C++ is an object-oriented programming language. Like C, it provides finer control of memory and is closer to hardware than many other languages.
Key concepts
- Data types and structures
- Object-oriented constructs
- Functional constructs
- Memory-accesses
- Qualifiers
Resources
- Problem Solving with C++, by Walter J. Savitch
- The Definitive C++ Book Guide and List on StackOverflow