¡@

Home 

c++ Programming Glossary: gurus

Why does this code crash at the places mentioned?

http://stackoverflow.com/questions/1043402/why-does-this-code-crash-at-the-places-mentioned

does this code crash at the places mentioned For C gurus Can you please elaborate why this code crashes at the places..

C++ mutex in namespace std does not name a type

http://stackoverflow.com/questions/14191566/c-mutex-in-namespace-std-does-not-name-a-type

C state-machine design

http://stackoverflow.com/questions/1647631/c-state-machine-design

heart of one of my worker thread. I was wondering if you gurus on SO would share your state machine design techniques. NOTE..

Order of member constructor and destructor calls

http://stackoverflow.com/questions/2254263/order-of-member-constructor-and-destructor-calls

of member constructor and destructor calls Oh C gurus I seek thy wisdom. Speak standardese to me and tell my if C..

How can an app hook into text selection system-wide?

http://stackoverflow.com/questions/3526483/how-can-an-app-hook-into-text-selection-system-wide

there a hook to enable this behavior on Win32 Bonus Anyone gurus know the equivalent hooks for OS X Linux c# c hook share..

Help With Configuring Vim For C++

http://stackoverflow.com/questions/4237817/help-with-configuring-vim-for-c

.cc and .h files may be some more tricks you c and vim gurus have. May be you could provide some configs with explanations..

Does perfect forwarding in C++0x make reference_wrapper deprecated?

http://stackoverflow.com/questions/4327474/does-perfect-forwarding-in-c0x-make-reference-wrapper-deprecated

forward parameters through template functions. So the C gurus invented ref and cref to achieve that aim. Now that we have..

What is a void pointer and what is a null pointer?

http://stackoverflow.com/questions/4334831/what-is-a-void-pointer-and-what-is-a-null-pointer

code rookie and am not sure I know right. Hence to all the gurus out there.. If you could shed some light it would be extremely..

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

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

king for Windows C Or is WTL or ATL the big thing Any C gurus out there want to share their opinions EDIT I understand MFC..

Why would anybody use C over C++? [closed]

http://stackoverflow.com/questions/497786/why-would-anybody-use-c-over-c

tools coverage analysis etc Your target developers are C gurus You're writing drivers kernels or other low level code You know..

In the C++ Boost libraries, why is there a “.ipp” extension on some header files

http://stackoverflow.com/questions/543507/in-the-c-boost-libraries-why-is-there-a-ipp-extension-on-some-header-files

this question Explanation from one of the template gurus If you want to split up your template sources into interface..

I want to make my own Malloc

http://stackoverflow.com/questions/732617/i-want-to-make-my-own-malloc

malloc free so I can make a precise copying allocator. Any gurus have any tips and suggestions I have a few questions for now..