C++ String to Int -- Ivan Neeson
A nice comparison on converting a string to int:
C++ String to Int
by Ivan Neeson
From the article:
In this post I will compare the following methods for parsing a string into an integer in C++:
- Manually
atoi()strtol()sscanf()std::stoi(C++11 only)std::istringstream- Boost.LexicalCast
- Boost.LexicalCast with C locale
- Boost.Spirit.Qi
- Boost.Coerce

Today in Dr. Dobb's:
Libc++ now has a status page for the C++1Y/C++14 implementation. You can follow along here to see when your favorite features are implemented:
New on Code Project:
This open source REST SDK also supports Linux...
The "universal references" term is getting traction: