| c++ Programming Glossary: they'dWhy is the C++ STL is so heavily based on templates? (and not on *interfaces*) http://stackoverflow.com/questions/1039853/why-is-the-c-stl-is-so-heavily-based-on-templates-and-not-on-interfaces  that it worked better than the traditional OOP equivalents they'd have to include otherwise . So they made a few adjustments to.. 
 switch case vs if else [duplicate] http://stackoverflow.com/questions/195802/switch-case-vs-if-else 
 How difficult is it to turn a “Java School” programmer into a C or C++ programmer? http://stackoverflow.com/questions/251007/how-difficult-is-it-to-turn-a-java-school-programmer-into-a-c-or-c-programme  I don't know what your company does I can't tell whether they'd apply. After all you probably don't want your developers writing.. 
 codingbat-like site for C++ [closed] http://stackoverflow.com/questions/3479731/codingbat-like-site-for-c  area covered by that span will tell you that after this they'd still be bloody novices. Heck I'm using C for 15 years earn.. 
 When can you omit the file extension in an #include directive? http://stackoverflow.com/questions/441568/when-can-you-omit-the-file-extension-in-an-include-directive  existing user's code the standards committee decided that they'd drop the suffix which I believe no then existing implementation.. 
 C++, Classes, Const, and strange syntax http://stackoverflow.com/questions/5656664/c-classes-const-and-strange-syntax 
 Why doesn't Java have intializer lists like in C++? http://stackoverflow.com/questions/7154654/why-doesnt-java-have-intializer-lists-like-in-c  to give those subobjects initial values since otherwise they'd just stay uninitialized. By default it uses the default constructor.. 
 Pointer to member that is a reference illegal? http://stackoverflow.com/questions/8336274/pointer-to-member-that-is-a-reference-illegal  output . If C were to allow member pointers to references they'd be of yet another type an offset that needs to be added to the.. 
 |