The best way for a beginner to learn a language as beautiful and as challenging as C++ is by asking questions. Steve Heller tries (and I must say, successfully) to achieve the same by adding one-on-one conversations with a beginner. And by having these conversations, Steve has got a chance to answer even those beginner questions that a seasoned programmer would ignore as being too obvious.One more very important element in...
0Report
I went through it, and loved every page. The approach I found was interesting specially for those who are somehow afraid of C++. Interestingly enough it give me few insights that were some-where out of my site. Also, I recommended it for those who were offering C++ as first programming course to college students, and seasoned programmers.
0Report
Who's Afraid of C++ was, and is, without a doubt, the single most engaging "complete beginner's" introduction to C++ and, just as importantly, high-level programming in general, that I have ever come across. Beyond the clear exposition and meaningful examples, the most inspiring element of that book, is the dialog between a teacher and his student. It is a classic."C++: A Dialog" is, for the most part, a sandwich-ing of...
0Report
One of the great things about this book is that it makes you realize you're not dumb just because you don't understand the techno-speak in most other books. I've programmed before so I was able to skim through some of the back-and-forth between the authors, but I read a lot of it thoroughly and got a new understanding of in-depth concepts like memory addresses and pointers. Also it is very easy reading. Don't skip around though--it's...
0Report
This book is excellent reading if you want quick insight into the world of C++ and computer programming. Steve Hellers unique approach in the first chapters gives you elementary understanding of how a computer works before you are presented to any code. This works excactly the way it is supposed to; it gives you awareness of different important aspects of coding & optimization right from the start. The book then continues...
0Report