Assessments
The programming solution for each chapter’s questions can be found in our GitHub repository at the following URL: https://github.com/PacktPublishing/Deciphering-Object-Oriented-Programming-with-CPP/tree/main. Each full program solution can be found in our GitHub repository in the subdirectory Assessments , and then under the appropriate chapter heading (subdirectory, such as Chapter01
), in a file that corresponds to the chapter number, followed by a dash, followed by the solution number in the chapter at hand. For example, the solution for Question 3 in Chapter 1, Understanding Basic C++ Assumptions, can be found in the subdirectory Assessments/Chapter01
in a file named Chp1-Q3.cpp
under the aforementioned GitHub directory.
The written responses for non-programming questions can be found in the following sections, organized by chapter, as well as in the aforementioned GitHub in the appropriate Assessments subdirectory for a given chapter. For example, Assessments...