Source files for the solutions to the programming challenges in the Gaddis textbook Starting out withC+: Early Objects, 8th edition. http://www.amazon.com/Starting-Out-Early-Objects-8th/dp/013336092X/ref=sr_1_1?ie=UTF8&qid=1436738802&sr=8-1&keywords=gaddis+c+early+objects
The source files in this repo are source files showing my personal solutions to the Programming Challenges at the end of each chapter. I did not coplete every problem and formatting will be inconsistent at first.
The purpose of this repository is to show others my problem-solving methodology for the problems. In many cases, the solutions will include a description of the problem from the book.