/cpp-resources

A curated collection of resources where you can learn C++

Primary LanguageC++The UnlicenseUnlicense

This is a collection of notes and resources that I have studied, am currently studying or plan to study in the future as I improve my skills and become a better C++ developer.

C++ Crash Course

Learning Resources For Beginners

Stack Overflow's Answer

This question attempts to collect the few pearls among the dozens of bad C++ books that are published every year. Unlike many other programming languages, which are often picked up on the go from tutorials found on the Internet, few are able to quickly pick up C++ without studying a well-written C++ book. It is way too big and complex for doing this. In fact, it is so big and complex, that there are very many very bad C++ books out there. And we are not talking about bad style, but things like sporting glaringly obvious factual errors and promoting abysmally bad programming styles.