This text serves as both an introduction to Introductory Computer Science using the C++ language, and as an introduction to the C++ programming language and object-oriented programming, for those without previous programming experience. It emphasizes problem solution using a modular top/down structured approach, and provides a solid introduction to object-oriented programming in general and inheritance in particular. It also presents a separate chapter...