¡@

Home 

c++ Programming Glossary: reviewing

Global const string& smells bad to me, is it truly safe?

http://stackoverflow.com/questions/1028443/global-const-string-smells-bad-to-me-is-it-truly-safe

const string smells bad to me is it truly safe I'm reviewing a collegue's code and I see he has several constants defined..

How does boost bind work behind the scenes in general?

http://stackoverflow.com/questions/112738/how-does-boost-bind-work-behind-the-scenes-in-general

behind the scenes in general Without spending a long time reviewing the boost source code could someone give me a quick rundown..

Why do I need strand per connection when using boost::asio?

http://stackoverflow.com/questions/12794107/why-do-i-need-strand-per-connection-when-using-boostasio

do I need strand per connection when using boost asio I'm reviewing HTTP Server 3 example on Boost's website. Could you guys please..

Any valid reason for code duplication?

http://stackoverflow.com/questions/1360673/any-valid-reason-for-code-duplication

valid reason for code duplication I'm currently reviewing a very old C project and see lots of code duplication there...

Boost advocacy - help needed

http://stackoverflow.com/questions/1437053/boost-advocacy-help-needed

and submitting it to extensive pre publication reviewing by experienced developers a small parade of valid bug reports..

How to learn proper C++? [closed]

http://stackoverflow.com/questions/2963019/how-to-learn-proper-c

lot of great real C developers on stackoverflow. Consider reviewing their profile answers and learning a little from their answers..

Is `volatile` required for shared memory accessed via access function?

http://stackoverflow.com/questions/3148319/is-volatile-required-for-shared-memory-accessed-via-access-function

am talking about Introduction to the volatile keyword When reviewing embedded systems code one of the most common errors I see is..

POINTER_32 - what is it, and why?

http://stackoverflow.com/questions/3447812/pointer-32-what-is-it-and-why

updating a legacy application from 32 bit to 64 bit. While reviewing the extent of the task I discovered the following definition..

C++11 and the Lack of Polymorphic Lambdas - Why?

http://stackoverflow.com/questions/4643039/c11-and-the-lack-of-polymorphic-lambdas-why

11 and the Lack of Polymorphic Lambdas Why I've been reviewing the draft version of the C 11 standard. Specifically the section..

Qt place new window correctly on screen, center over mouse, move into screen

http://stackoverflow.com/questions/5417201/qt-place-new-window-correctly-on-screen-center-over-mouse-move-into-screen

move into screen After many months of trying searching reviewing code etc. I'm unable to find a solution to properly positioning..

Why was std::pow(double, int) removed from C++11?

http://stackoverflow.com/questions/5627030/why-was-stdpowdouble-int-removed-from-c11

to compute p^q exponentiation where q is an integer and reviewing the C 98 and C 11 standards I noticed that apparently the std..

casting unused return values to void

http://stackoverflow.com/questions/689677/casting-unused-return-values-to-void

notation just feels like overkill here. Finally if you're reviewing a coding standard or writing one then it's also a good idea..