Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

best C++ book to have

Question posted by: curls8 (Newbie) on June 26th, 2008 03:11 PM
Hi all,

I would like a recommendation on a C++ book. I have a basic knowledge of the subject and have program in it, I am refreshing my basic skills and advancing them. Also are there places that has C++ projects that I can do for fun?

Thanks for your help
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
oler1s's Avatar
oler1s
Expert
617 Posts
June 26th, 2008
05:58 PM
#2

Re: best C++ book to have
Go to http://rudbek.com/books.html (not mine). If your book collection does not include the first two, get them. Not mentioned in the list, but also I think important for beginners is C++ Primer , 4th edition, by Stanley Lippman.

Reply
Nepomuk's Avatar
Nepomuk
Moderator
1,205 Posts
June 26th, 2008
06:16 PM
#3

Re: best C++ book to have
If you're advanced, you should certainly check out "The C++ Programming Language" by Bjarne Stroustrup, the creator of C++.

In the meantime, there are some good books available online for free - this one was recommended in a previous thread.

Greetings,
Nepomuk

Reply
scruggsy's Avatar
scruggsy
Member
124 Posts
June 28th, 2008
04:27 AM
#4

Re: best C++ book to have
Quote:
Originally Posted by oler1s
Not mentioned in the list, but also I think important for beginners is C++ Primer , 4th edition, by Stanley Lippman.

I'll second that one (I have the 5th ed by Steve Prata, but I assume they are fairly similar).

Reply
oler1s's Avatar
oler1s
Expert
617 Posts
June 28th, 2008
01:31 PM
#5

Re: best C++ book to have
Quote:
Originally Posted by
I'll second that one (I have the 5th ed by Steve Prata, but I assume they are fairly similar).
Prata’s book and Lippman’s book are not related in any way.

Reply
scruggsy's Avatar
scruggsy
Member
124 Posts
June 30th, 2008
07:26 PM
#6

Re: best C++ book to have
Quote:
Originally Posted by oler1s
Prata’s book and Lippman’s book are not related in any way.

Ah you're right; Prata's is C++ Primer Plus.
Anyway, that's my pick - thorough but thoroughly readable, doesn't shy away from more complicated aspects of the language.

Reply
curls8's Avatar
curls8
Newbie
24 Posts
July 2nd, 2008
10:44 PM
#7

Re: best C++ book to have
Thanks, I will go and look those books up.(Sorry I took so long to answer back, my internet was down, had to replace the cable modem)

Reply
curls8's Avatar
curls8
Newbie
24 Posts
July 2nd, 2008
11:00 PM
#8

Re: best C++ book to have
Do those books have how to use graphics with c++?

Reply
scruggsy's Avatar
scruggsy
Member
124 Posts
July 3rd, 2008
03:41 AM
#9

Re: best C++ book to have
Quote:
Originally Posted by curls8
Do those books have how to use graphics with c++?

Prata's doesn't, the others most likely don't either.
C++ doesn't have support for graphics built into the language, instead you will use a library depending on your system and your needs/preferences. Ivor Horton's Beginning Visual C++ 2008 has some chapters devoted to generating simple graphics using MFC in Windows.
You are more likely to use online resources and documentation to choose a graphics library and learn it rather than finding a book on that particular library.

Reply
Reply
Not the answer you were looking for? Post your question . . .
183,906 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
Top C / C++ Forum Contributors