C++ Books

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

User avatar
NeonNinja♦
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 38
Joined: Sat Oct 25, 2008 4:55 pm
Location: Under your bed eating your couch :D

C++ Books

Post by NeonNinja♦ »

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! :mrgreen:

Thanks for your time, and responses
-Neon Ninja♦
"Java is C++ without the guns, knives, and clubs" <------- So true.
User avatar
Kleithap
ES Web Developer
ES Web Developer
Posts: 324
Joined: Sat Jan 26, 2008 9:03 am
Location: Amsterdam

Re: C++ Books

Post by Kleithap »

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 :)
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: C++ Books

Post by Falco Girgis »

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.
User avatar
NeonNinja♦
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 38
Joined: Sat Oct 25, 2008 4:55 pm
Location: Under your bed eating your couch :D

Re: C++ Books

Post by NeonNinja♦ »

Do I purchase it ?(If so, where can I get it?) Oh and it is true that you reply in like 60 seconds O_o

By the way Gyro, your game looks great keep up the good work :mrgreen:
Last edited by NeonNinja♦ on Sat Oct 25, 2008 5:23 pm, edited 1 time in total.
"Java is C++ without the guns, knives, and clubs" <------- So true.
User avatar
Kleithap
ES Web Developer
ES Web Developer
Posts: 324
Joined: Sat Jan 26, 2008 9:03 am
Location: Amsterdam

Re: C++ Books

Post by Kleithap »

Do I purchase it? Oh and it is true that you reply in like 60 seconds O_o
I dunno about the 60 sec thing :D, but yeah, if you need a good book this one seems to be the choice.
User avatar
NeonNinja♦
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 38
Joined: Sat Oct 25, 2008 4:55 pm
Location: Under your bed eating your couch :D

Re: C++ Books

Post by NeonNinja♦ »

Oh and one last thing i know it was in edit but... Where can I get it :D
"Java is C++ without the guns, knives, and clubs" <------- So true.
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: C++ Books

Post by dandymcgee »

Check the local bookstores you mentioned, if they don't have it on hand they will more than likely order it for you.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
NeonNinja♦
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 38
Joined: Sat Oct 25, 2008 4:55 pm
Location: Under your bed eating your couch :D

Re: C++ Books

Post by NeonNinja♦ »

Ahh ok Thanks everyone :D This forum rocks :D
"Java is C++ without the guns, knives, and clubs" <------- So true.
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: C++ Books

Post by MarauderIIC »

If money's tight, try your library.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
NeonNinja♦
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 38
Joined: Sat Oct 25, 2008 4:55 pm
Location: Under your bed eating your couch :D

Re: C++ Books

Post by NeonNinja♦ »

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.
danR369
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 11
Joined: Thu Oct 23, 2008 10:27 am

Re: C++ Books

Post by danR369 »

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.
User avatar
NeonNinja♦
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 38
Joined: Sat Oct 25, 2008 4:55 pm
Location: Under your bed eating your couch :D

Re: C++ Books

Post by NeonNinja♦ »

Oh well i dont knoe what £16 is because i am in the U.S. But im pretty sure its around the 20/21 dollars area :D
Thanks again everybody

EDIT: Wow sorry for all the threads and posts guys, i'm new and excited to learn C++. So sorry if i'm that little bastard that wont shut up :lol: O_o
"Java is C++ without the guns, knives, and clubs" <------- So true.
K-ROD
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 3
Joined: Tue Oct 28, 2008 4:06 am

Re: C++ Books

Post by K-ROD »

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.
User avatar
sparda
Chaos Rift Junior
Chaos Rift Junior
Posts: 291
Joined: Tue Sep 23, 2008 3:54 pm

Re: C++ Books

Post by sparda »

C++ books!? Anyone heard of torrents, and printers? :mrgreen: (only for the poor, like myself)
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: C++ Books

Post by MarauderIIC »

No further discussion down that branch, please d:
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
Post Reply