Just curious why the c++ standard library uses all lower case and underscores instead of camelCase or PascalCase naming convention.
Personally, I find the latter much easier to deal with when typing out code,but is there some kind of legitimate reason to use the former?
ALL_CAPS. – dan04 May 6 '11 at 0:23