C++ materials
These days, there are many resources available for learning C++. Here is a curated list of some of them:
Books
- Programming and Principles using C++ (2nd), B. Stroustrup, 2014
- Professional C++ (5th), S. J. Kleper, N. A. Solter, 2021
-
Absolute C++ (6th), W. Savitch, 2015
- Effective Modern C++, S. Meyer, 2014
- Embracing Modern C++ Safely
- Beautiful C++: 30 Core Guidelines for writing Clean, Safe, and Fast Code
Website
- (Un)official C++ reference
- federico-busato/Modern-CPP-Programming
- Modoo Code (씹어먹는 C++) (in Korean)
- C++ Standard Draft
- abseil, Google
- C++ Optimizations (in Korean)
Tutorials
- learncpp.com
- tutorialspoint c++
- en.wikibooks.org/wiki/C++
- yet another insignificant…programming notes
Other resources
News
- isocpp.org (Standard C++ Foundation)
- Reddit C++
- cpp.libhunt.com/newsletter/archive
- meetingcpp.com blogroll
Leave a comment