Review Question Answers
Part I Fundamentals of Programming
Part II Object-Oriented Programming
Part III Data Structures and Advanced Topics
Appendixes
Programming Exercise Solutions
Solutions to even-numbered exercises are provided to students. Instructors receive solutions to all exercises. Download
- Download from one compressed file.
- You may also download individual files. To download Exercise2_2 in Chapter 2, use www.cs.armstrong.edu/liang/cpp/evennumberedexercise/Exercise2_2.cpp.
- Download solutions for UML diagrams.
Download Source Code for Examples in the Book
All the examples (.cpp and .h files) in the book can be downloaded: Download
- Download from one compressed file.
- You may also download individual source files. To download Welcome.cpp in Listing 1.1 in Chapter 1, use www.cs.armstrong.edu/liang/cpp/example/Welcome.cpp.
Download Software
Please consult with your instructors to select appropriate software to compile and run C++ programs.
- Microsoft Visual C++ 2005 Express Edition (msdn.microsoft.com/vstudio/express/visualC/default.aspx) (also included in the companion CD-ROM).
- Dev-C++ (www.bloodshed.net/dev/devcpp.html)
- Borland Turbo C++ (http://www.codegear.com/Default.aspx?tabid=144).
- Borland C++ Compiler (http://www.codegear.com/Default.aspx?tabid=139).

