Why doesn't g++ use the latest standard by default?Clang also defaults to --std=c++03 and I'd expect most, if not all, compilers to do the same.
Implement Balanced Binary Search Tree with existing STL containersWriting functions that insert into and search for an element in a binary search tree is a common int...
Making a Video GameYou can get a nice platform game like Super Mario Bros made pretty quickly with Python and Pygame. ...
Is C++11 outdated?I'd wager that the majority of C++ shops around haven't even started using C++11 yet. About 2 years...
Help using STL ProperlyJust for the record, there are valid use cases for either approach--but at this scale it isn't going...