As I'm now reviewing and learning new things about C++ using the book "C++ Primer", I've decided to upload the recommended exercices of each section of the book here. So this is a collection of the C++ Primer book exercices coded by myself!
All exercices are included in a single Visual Studio project.
I've had to recode some of the downloadable code from the book in order to properly work on a single project, instead of having a different project for each exercice. Thank you for taking a look!