about
07/04/2024
C++ References
CppBites - References
tutorials, language references, examples
| Site References | Comments |
|---|---|
| C++ Story | An ebook covering the C++ language at intermediate level in 12 Chapters |
| C++ Bites | Explore C++ features |
| C++ code repositories | Documentation for github repositories with links to documentation for many C++ code examples. Each example has a link to github code. |
| CppStory References | References for C++ Story |
| C vs C++ | Similarities and differences between C and C++ |
| External References | Comments |
| OnLine C++ Compiler | godbolt Compiler Explorer |
| C++ FAQ | Frequently Asked Questions (FAQ) about C++ and its environments |
| Wikipedia C++ | Survey of language origin, evolution, and properties |
| C++ 11 - Herb Sutter video | Survey of important advancements |
| Back to Basics - Herb Sutter video | Thoughtful advice about developing with C++ |
| C++ 11 - Wikipedia | Survey of C++ 11 standard |
| C++ 14 - Wikipedia | Survey of C++ 14 standard |
| Writing good C++14 by default - Herb Sutter video | Writing relatively simple and clear C++ using features of C++14 |
| C++ 17 - Wikipedia | Survey of C++ 17 standard |
| C++ 17 the good and ugly - Nicolai Josuttis video | Informed opinions about C++ 17 |
| C++ 17 features - Bryce Lelbach video | Survey of selected features |
| C++ 20 - Wikipedia | Survey of C++ 20 standard |
| Almost complete overview of C++20 - Marc Gregoire video | Survey of C++ 20 standard |
| C++ 23 - Wikipedia | Summary of new features without much discussion |
| C++ 26 - Wikipedia | Summary of new features without much discussion |
| C++ Design Patterns | Many useful implementation patterns |
|
CppCon Videos |
CppCon conference slides and videos
|