Rating: - Excellent!
This book is great. This really breaks down C++ programming into easily manageable steps. It's better than any programming book that I have purchased in the past. Just like with anything that you want to learn you are going to have to spend some time with it. If you want to learn the basics and start coding today, then this book is for you!
Rating: - THE book for learning C++
I learned more in this book, and more in depth, in a chapter then I have in any other resource for C++.(Don't worry, I have read much more then just a chapter.) Prata will cover everything from how large a data type is in memory to the most advanced topics like inheritance, and all very well explained! I highly recommend this book to anyone who would like to learn C++.
Rating: - Great for beginners and ironically teachers of C and C++
I bought this book because I first learned how to program using 'The Waite Group's BASIC Programming Primer' when I was 13 and figured this would bring things full circle. Although by a different author, I hoped the strong legacy left by TWGBPP would compel this volume to find a similar style and purpose. To a high degree it did just that.
In what may be both a word of caution to old hackers and encouragement to beginners, this book is very thorough in what it does cover. The five W's (none related to George) are addressed nearly with individual character-level granularity when examining code. It takes great pains to explain why you need a 'main' function, for example, and the specific significance of terminating (not separating) statements with a semicolon.
While this degree of explanation does become nearly maddening if you've programmed anything (even BASIC) before, it does lend a degree of insight into the language that may otherwise be missed in more casual tomes. The treatment of such things often taken for granted without explanation is what lends the book as a powerful refresher for teachers. At the same time, such long-winded dialog covering the most basic of functions and their syntax (as well as the mechanics of syntax applicable throughout the entire language) introduces C and C++ to the absolute beginner at a rate that keeps the level of fear to a minimum.
I highly recommend this book to anyone who wants a true understanding of the C and C++ languages, and who prefers to enter the pool one step at a time instead of bring thrown in headlong.
Rating: - not exactly a poor tutorial
but not exactly a good one either. i have just completed chapter four, ~70 pages in length, covering structures, enumerators, arrays, and pointers, among other topics.
there are only 9 exercises for this material. 9!
deitel and deitel, although not without its own numerous demerits (that some material is poorly explained being among the worst), would, for this quantity of material have 25 exercises, some of them difficult, but many of them interesting.
i don't think one can learn to program (which this book purports to do) on such a limited, generally simplistic, diet of exercises.
i would say this work is overly dense with information, but limited in instructional value.
tlt
Rating: - C++ Primer Plus (5th Edition)
This book teaches you C++ from the ground up. If you want to learn C++, get the latest edition of this book, whatever it may be (it may be this book at the moment.)
|