HN2new | past | comments | ask | show | jobs | submitlogin

I say this is great news. A lot of the new stuff really does make C++ both nicer to use and a good deal safer, and it will be interesting to see more boost-y style of C++ become widespread.

Also glad they waited and went with C++ 11, and not C++0x which sounds like a l337 speak swearword.



Die original idea was to replace the "x" with the right year. Since 2009 (C++09) didn't happen, it is C++11 now. Geeky would be hex: C++0B


If you wanted to write a year in hex, using the value mod 100 seems a weird way to do it. The hex year is 0x07DB, so if anything it would be C++DB. Or perhaps the first 3-4 hex digits of the Unix time would make sense - C++4E46.


0B is an invalid octal literal, to get a hex literal you'd just append B, yielding C++0xB ;)


Octal 013 would be more appropriate.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: