source: – download everything in one zip.
- cppreference.com // start here. bookmark it.
- isocpp.org.
- they have list of handy online c++ compilers. (free draft spec of the C++ standard.)
- all the videos and downloads from CppCon are here
- wikipedia C++11 // good overview
- Awesome Frameworks list – C++ flavor – on GitHub.
- reddit c++ // RSS feed
- I have used this regex tool many times.
- microsoft C++ version history; look for “C++11”
- stackoverflow.com – C++11 summary
- excellent ‘modern C++’ presentation (PDF)
- upcoming Microsoft C++ über wrapper: Modern CPP
- Microsoft article “welcome back to (modern) C++“
- C++ Annotations // good; 20+ years; terminology needs work
cheatsheets
- http://cpprocks.com // get all 3: regex; concurrency; C++ 11 STL additions.
- dzone refcardz C++ // needs updating
books
- Professional C++ 2nd Edition // OO design section: great; C++11 coverage too; newer version available
- C++ Primer Plus 6th Edition // good
- C++ Primer 5th edition // reviews better – but no threads
- A Tour of C++ // Bjarne Stroustrup; recommended by Herb Sutter
- Effective Modern C++ // Scott Meyers. New and excellent
- CPP Rocks! (see cheatsheets above)
- stackoverflow list of C++ books
training
- C++ Quiz (http://cppquiz.org) // Humbling! Fun! for example…
- developmentor // Scott Meyers! Awesome!
- (modern) “C++ 101” video from Microsoft. Downloads: click here.
- pluralsight // Kenny Kerr! Awesome!
- mysliderule.com online courses. search for “C++”.
- cplusplus.com // tutorials and some C++11 articles
professional organizations
- ACCU. Their journals (in PDF) are very good. They used to be C/C++ only, but have expanded. ‘overload’ is free.