| Review: |
C++ enables programmers to create fast, compact programs that are robust and portable. This book provides an introduction, giving examples of program code and its output to demonstrate the basics. It assumes that the reader has no previous knowledge of any programming language. It begins by demonstrating how to download and install a free C++ compiler, enabling you to create your own executable programs by copying the book’s examples. Chapters include: Performing operations; Making statements; Handling strings; Reading and writing files; Pointing to data; Creating classes and objects; Harnessing polymorphism; Processing macros; and Programming visually. |