C++

Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Apr 2005
Posts: 16,142
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 531
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

C++

 
-2
  #1
Apr 25th, 2009
Can anyone reccomend any good C++ books (available on amazon preferably). Im not a total newb (I know java, php and vb.net), i just dont know that particular language that well.

A book which covers data structures and concepts too would be beneficial, as im on a comp/sci course atm, and i want to get a head start on next years stuff.
Last edited by jbennet; Apr 25th, 2009 at 9:45 pm.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 190
Reputation: Toba is an unknown quantity at this point 
Solved Threads: 4
Toba's Avatar
Toba Toba is offline Offline
Junior Poster

Re: C++

 
0
  #2
Apr 25th, 2009
I learned C++ 5 years ago from Accelerated C++ by Koenig and Moo. It's pretty good, and gets you introduced to the language relatively quickly (it's not a really thick book).
what? WHAT?
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 1,673
Reputation: vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold 
Solved Threads: 193
vmanes's Avatar
vmanes vmanes is offline Offline
Posting Virtuoso

Re: C++

 
1
  #3
Apr 25th, 2009
Well, some mod you are! Don't you see the sticky thread at the top about books?

A good many of the first shown when you search Amazon look like good prospects, like #4 - C++ for Dummies.

#8 - Starting out with C++, Gaddis is the one I use in my classes. Pretty well written, generally good examples (except I hate his bubble sort example), no major goofs.

ps. It also makes a great doorstop, as most of my students will attest.
"We Americans got so tired of being thought of as dumb by the rest of the world that we went to the polls last November and removed all doubt."
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 1,169
Reputation: Duki has a spectacular aura about Duki has a spectacular aura about Duki has a spectacular aura about 
Solved Threads: 9
Duki's Avatar
Duki Duki is offline Offline
Veteran Poster

Re: C++

 
0
  #4
Apr 25th, 2009
Best C++ book I've ever used: C++ Programming: From problem analysis to problem design... by Malik.

Latest Edition
Last edited by Duki; Apr 25th, 2009 at 11:24 pm.
It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.

-Edsger Dijkstra
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 1,673
Reputation: vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold 
Solved Threads: 193
vmanes's Avatar
vmanes vmanes is offline Offline
Posting Virtuoso

Re: C++

 
0
  #5
Apr 25th, 2009
Originally Posted by Duki View Post
Best C++ book I've ever used: C++ Programming: From problem analysis to problem design... by Malik.
That's a good one as well. We used to use that, even before it went into commercial publication.
"We Americans got so tired of being thought of as dumb by the rest of the world that we went to the polls last November and removed all doubt."
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,142
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 531
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: C++

 
-1
  #6
Apr 26th, 2009
Well, some mod you are! Don't you see the sticky thread at the top about books
I wanted user opinions and views.

I dont like the style of the "for dummies" books at all.

Accelerated C++ has good reviews, ive heard it mentioned before too. I think im gonna see if i can loan it from the libary.

"Starting Out with C++: From Control Structures through Objects" seems right up my alley in terms of content. Thanks for the reccomendation, vmanes. Its rather expensive though, from amazon uk, (most computer books are 15-25 pounds, this is like 45)
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 1,968
Reputation: tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute 
Solved Threads: 214
tux4life's Avatar
tux4life tux4life is offline Offline
Posting Virtuoso

Re: C++

 
0
  #7
Apr 26th, 2009
> The Complete Reference: C++ from Herb Schildt (1)
> C++ Black Book from Steven Holzner (2)

I'm not good in reviews, but I'll try to give some comments :
(1) Herb explains everything very clearly and in an understandable way + very detailed explanations, very good examples used in the book and it covers the whole C++ syntax ...
(2) This book is also a good one but sometimes it becomes difficult to understand and are there too few examples to demonstrate such an advanced topic but to learn to basics it's just a great book, it also covers the whole C++ syntax in detail and might be especially very useful as a reference ...
(Both books are written by professional C++ programmers)

> Edit:: C++ Beginner's Guide is also a very nice one (you can get a free legal ebook copy here)
Last edited by tux4life; Apr 26th, 2009 at 3:25 am.
"Never argue with idiots, they just drag you down to their level and then beat you with experience."
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,142
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 531
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: C++

 
-1
  #8
Apr 26th, 2009
Sweet, but sadly im running Linux so i dont think i can view the XPS files.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,050
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: C++

 
0
  #9
Apr 26th, 2009
>im running Linux so i dont think i can view the XPS files.

1. Look directly below the XPS downloads, and you'll see PDF downloads.
2. FYI: http://www.artifex.com/downloads/
"Technological progress is like an axe in the hands of a pathological criminal."
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 1,968
Reputation: tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute tux4life has a reputation beyond repute 
Solved Threads: 214
tux4life's Avatar
tux4life tux4life is offline Offline
Posting Virtuoso

Re: C++

 
0
  #10
Apr 26th, 2009
Originally Posted by jbennet View Post
Sweet, but sadly im running Linux so i dont think i can view the XPS files.
If you scroll the page a bit down you'll see there's also a PDF version of that ebook available ...
"Never argue with idiots, they just drag you down to their level and then beat you with experience."
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC