| Websites | Books |
|---|---|
|
Good website for documentation on all classes and functions that are part of the C++ standard. Has some useful examples for each item.
C++ TutorialsPoint
Lots of C++ tutorials.
C++ Standard
The C++ standard published in September 2022. Contains documentation for the entire language and how it should be implemented. Covers everything and is useful for researching into more obscure bits of the language. Bit of a dense read.
|
'C++ How to Program' by Harvey M. Deitel |