This repository consists of (some) practice problems and answers from Stephen Prata's C++ Primer Plus textbook. I spent some time reteaching myself OOP fundamentals with this textbook by practicing its problems. I wanted to make this repository available for anyone seeking help on those problems that may be in this repository.
Some problems include "redo" or "v2" versions, which represent revisions or additional attempts at solving the exercise. In most cases, I recommend checking those versions first, as they often contain improvements over the original solution I came up with.
Download the source code or clicking here to gain access to the problems and answers.
🔑 Key:
- ch = chapter
- pe = programming exercise
- Example: ch5pe4 = chapter 5 programming exercise 4
📄 Content:
📂 ch2
└── 📂 ch2pe7
📂 ch3
├── 📂 ch3pe3
└── 📂 ch3pe7
📂 ch4
├── 📂 ch4pe1
├── 📂 ch4pe7
└── 📂 ch4pe8
📂 ch5
├── 📂 ch5pe4
└── 📂 ch5pe7
📂 ch7
├── 📂 ch7pe1
├── 📂 ch7pe2
├── 📂 ch7pe3
├── 📂 ch7pe5
├── 📂 ch7pe6
├── 📂 ch7pe9
└── 📂 ch7pe10
📂 ch10
├── 📂 ch10pe1
├── 📂 ch10pe1 redo
├── 📂 ch10pe1 v2
├── 📂 ch10pe2
├── 📂 ch10pe2 redo
├── 📂 ch10pe3
├── 📂 ch10pe3 redo
├── 📂 ch10pe4
├── 📂 ch10pe5
├── 📂 ch10pe6
├── 📂 ch10pe7
└── 📂 ch10pe8
📂 ch12
├── 📂 ch12pe1
├── 📂 ch12pe1 redo
├── 📂 ch12pe2
└── 📂 ch12pe4
📂 ch13
├── 📂 ch13pe1
└── 📂 ch13pe2