I'd agree with the cover that declares this is 'in plain english' and 'fully illustrated', but I would suggested that the 'in easy steps' applies only if you already have some familiarity with the C language or programming.
This is a comprehensive and cleanly set out reference guide, but it doesn't offer the beginner any narrative or pedagogical framework to be able to implement the c language that it describes. The concepts are described in such a way that you'll really only understand the descriptions...if you already understand them!
So perhaps good for programmers already familar coding to be able to pick up C. But beginners should look elsewhere.
Good easy read explaining basic concepts of c++, doesn’t explain basic code concepts as well maybe not best suited for complete beginners in coding but as a second language
“C++ Programming in Easy Steps” is a great book to read for anyone that is just beginning to start learning C++. This book is very descriptive which is good for advanced programmers as well as novice programmers to help start gaining a better understanding and experience as the person goes throughout the book. It also includes pictures and tips for anyone who may get stuck and confused while following the instructions It begins with the basics and continues to gradually become harder to allow the person to practice and hone their skills in C++ programming. I would definitely recommend this book for anyone that has even a little interest in how C++ programming works or to just learn another language and add it to a person’s knowledge as a computer programmer.
A superb book. Only criticism is that, in Kindle, the displays of output from programs are too small. This is a trivial problem because you can run the programs on your own computer and see the outputs. Otherwise I cannot recommend this highly enough. Its a superb book for a learner like me and thoroughly enjoyable, lucid, simple, good English and amazingly helpful.
I use this book as a newcomer to C++ and I have found it is a quick and very useful reference for the language. It also has links for all the coding examples referenced in the book available for free.
Great book to quickly familiarize yourself with the C++ langauge...some programming experience prior helps to grok it. It's a lot faster than slogging through a heavier reference manual.