User profile: moorecm

User info
User name:moorecm
Name:Chad Moore
Location:Pittsburgh, PA
Statistical data
Birthdate:Sep 7, 1980
Gender:Male
Occupation:Engineer
Skills:C++
Perl
Java
Vimscript
All things Linuxy
History
Joined:
Number of posts:1932
Latest posts:

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 containers
Writing functions that insert into and search for an element in a binary search tree is a common int...

Making a Video Game
You 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 Properly
Just for the record, there are valid use cases for either approach--but at this scale it isn't going...