My solutions to the programming exercises from "C++ Primer Plus, 6th Edition" by Stephen Prata.
Each chapter has separate folder:
- Chapter 02. Setting Out to C++
- Chapter 03. Dealing with Data
- Chapter 04. Compound Types
- Chapter 05. Loops and Relational Expressions
- Chapter 06. Branching Statements and Logical Operators
- Chapter 07. Functions: C++’s Programming Modules
- Chapter 08. Adventures in Functions
- Chapter 09. Memory Models and Namespaces
- Chapter 10. Objects and Classes
- Chapter 11. Working with Classes
- Chapter 12. Classes and Dynamic Memory Allocation
- Chapter 13. Class Inheritance
- Chapter 14. Reusing Code in C++
- Chapter 15. Friends, Exceptions, and More
- Chapter 16. The string Class and the Standard Template Library
- Chapter 17. Input, Output, and Files
- Chapter 18. Visiting with the New C++ Standard