¡@

Home 

c++ Programming Glossary: hearing

casting to void* to pass objects to pthread in c++

http://stackoverflow.com/questions/11871299/casting-to-void-to-pass-objects-to-pthread-in-c

anything else that might cause problems I'd appreciate hearing it. c pointers pthreads static cast share improve this question..

Visual Studio 2012 C++ Standard Output

http://stackoverflow.com/questions/13840942/visual-studio-2012-c-standard-output

print to in Visual Studio when compiling Win32 app I keep hearing it goes to the output but I can't see it . Whats the standard..

Should I return bool or const bool?

http://stackoverflow.com/questions/1443659/should-i-return-bool-or-const-bool

I've been using 'const bool' since I'm sure I remember hearing it's what the ints do for e.g. comparison operators but I can't..

std::function vs template

http://stackoverflow.com/questions/14677997/stdfunction-vs-template

function family of functor wrappers. Unfortunately I keep hearing only bad things about these new additions. The most popular..

Boost Library [closed]

http://stackoverflow.com/questions/149268/boost-library

closed Since I have started using this site I keep hearing about the Boost library. I am wondering what are some of the..

Does C++ support 'finally' blocks? (And what's this 'RAII' I keep hearing about?)

http://stackoverflow.com/questions/161177/does-c-support-finally-blocks-and-whats-this-raii-i-keep-hearing-about

C support 'finally' blocks And what's this 'RAII' I keep hearing about Does C support ' finally ' blocks What is the RAII idiom..

Concurrent programming c++?

http://stackoverflow.com/questions/218786/concurrent-programming-c

programming c I keep on hearing about concurrent programing every where. Can you guys throw..

Boost Preprocessor library for generating a set of types based on a list of basic types e.g. PointI32, PointF32 etc. in C++/CLI

http://stackoverflow.com/questions/2222849/boost-preprocessor-library-for-generating-a-set-of-types-based-on-a-list-of-basi

to allow for easier debugging. NOTE I am not interested in hearing about C templates. I know how to use templates. But these are..

Garbage Collection in C++ — why?

http://stackoverflow.com/questions/228620/garbage-collection-in-c-why

Collection in C &mdash why I keep hearing people complaining that C doesn't have garbage collection. I.. collection c 0x share improve this question I keep hearing people complaining that C doesn't have garbage collection. I..

How do you validate an object's internal state?

http://stackoverflow.com/questions/343605/how-do-you-validate-an-objects-internal-state

you validate an object's internal state I'm interested in hearing what technique s you're using to validate the internal state..

C++ Functors - and their uses

http://stackoverflow.com/questions/356950/c-functors-and-their-uses

Functors and their uses I keep hearing a lot about functors in C can someone give me an overview as..

Global variables (again)

http://stackoverflow.com/questions/4101856/global-variables-again

variables again I keep hearing that global variables should never be used but I have a tendency..

C++ Builder or Visual Studio for native C++ development?

http://stackoverflow.com/questions/437416/c-builder-or-visual-studio-for-native-c-development

taken a close look at it since then. I'm interested in hearing from some experts that have experience with both IDE's whether..

Relationship between C and C++

http://stackoverflow.com/questions/4388606/relationship-between-c-and-c

case but most of good code in C is also C code. But I am hearing that C99 supports many things that C doesn't like VLA and that..

Is there ever a need for a “do {…} while ( )” loop?

http://stackoverflow.com/questions/994905/is-there-ever-a-need-for-a-do-while-loop

in terms of a while loop instead. See quote below. Since hearing this I have found this to be true. What are your thoughts Is..