Hacker News new | ask | show | jobs
by copperx 3337 days ago
I just want to point out that Stroustrup's A Tour Of C++ is an excellent quick guide and it does include C++11 features.
1 comments

I've found the C++ Standard Library 2nd Edition to be an excellent companion to Stroustrup's Tour of C++. It does a good job of preventing you from reinventing wheels that others have already built for you.