I'm sorry if this is the wrong section ----------------------------------
Well, I am trying to learn C++. So far, im having fun and Gyro's videos have kept me motivated. While I was watching one of his videos, he recommended that i should get a book. I have some local book stores (Borders , Barnes and Noble) and i am wondering what book is best to get. I was thinking C++ For Dummies, because i have one of their books, but not on programming. So anyone know what books is recommended for a Complete beginner? Any help would be appreciated!
Thanks for your time, and responses
-Neon Ninja♦
"Java is C++ without the guns, knives, and clubs" <------- So true.
Kleithap wrote:I was recently told by Falco that "Sam's teach yourself C++ in 21 days" is a good book . I'm getting that one myself
Very good book. Even covers advanced C++ concepts. Once you read a certain amount (nowhere near all of it is necessary), you can stop and come back to it as a reference when you need to.
Yea, well i was thinking to try there but i didnt think they would have anything cause its next o an elementary school. But then again i will go, because im not going to give up. Thanks again everyone :D
"Java is C++ without the guns, knives, and clubs" <------- So true.
C++ For dummies is a amazing book, has all you need & it was only £16. Though i haven't read it all yet myself, Quite a few other good ones around aswell, shame there isn't as many Lua books though (That you can buy from a store in the UK), most things nowadays is online, that is your best bet at getting a good C++ book Which will most certainly also be cheaper to buy.
Another great book that I am currently reading is "C++ Primer Plus Fifth Edition" by Stephen Prata, published by Sams. It's basically a giant book on the basics of C++. I highly recommend it as the book is easy to read, understand, and it provides great examples to explain topics to you. It also has review questions and programming exercises at the end of each chapter (except for chapter 1) for you to fiddle around with. It also provides explanations for the standard library functions. Personally, I love the book - not only does it teach well, but it also entertains and makes a great reference book.