Solutions to problems (including those labelled 'try this' and 'drills') from the book Programming Principles and Practice Using C++ (2nd Ed).
To compile files from Chapter 02, add std_lib_facilities.h to the respective folder.
std_lib_facilities.h is a simple header specific to Programming Principles and Practice Using C++, utilised in the first few chapters. For proper compiling, please ensure it is placed in the same folder.
Book: Programming Principles and Practice Using C++, 2nd Ed
By Bjarne Stroustrup