This repo contains my solutions for the programming exercises from C++ Primer Plus 5th Edition book, by Stephen Prata (Released in November 2004).
Even though I have programmed using C++ professionally for years, I felt quite rusty after a 5 years-ish break. My lack of fluency on C++ and OOP concepts in general was even more evident when applying for a new job and going to technical interviews around June 2021.
Stephen Prata's book helped to train myself again, specially by practicing the programming exercise section in the end of each chapter.
I was keeping a pace of about one chapter per week - which IMHO was really okay. Once I was half way thru a chapter, I'd start already to solve the exercises list with a target goal to finalize the list entirely until I'd read the next chapter's half.
I found it rather useful to compare my solutions with others. The following is the order sorted by my own preference in terms of quality and coding style:
What worked for me might not work for you. What is important is to keep up in this "in between projects" phases is the positive feeling!