This new edition of Starting Out with C++ is a concise text aimed at teaching C++ in logical steps. The book starts with a firm foundation in structured, procedural programming and progresses to the object-oriented programming paradigm. Written in clear, easy-to-understand language, this book introduces topics on mathematical expressions, looping, functions, arrays and structured data, as well as other features used in computer programming. The clear presentation and focus on core concepts make it ideal for beginning programmers learning C++ on their own or in a classroom setting.
A quote in enjoyed from this book is "Compiling." I like it because it reminds me of the memes where people at work are playing around, and their excuse is that they are compiling, because it takes forever. There are no Characters in this book. (Unless you count Char variables as characters) Themes for this book include: Looping, Functions, arrays, etc. This is a good book for people who are just starting out in C++. If you have prior knowledge of programming languages the first two chapters are just a review for you.