![]() |
| | #16 |
| Registered User Join Date: Apr 2006
Posts: 20
| Don't go for the older editions. Book is lengthy but good. Great for Beginners and possibly intermediate programmers. |
| lawina is offline | |
| | #17 |
| Registered User Join Date: Jul 2006
Posts: 14
| Computing Fundamentals with C++: Object-Oriented Programming & Design. Second Edition. Rick Mercer Great book for getting started with C++. Doubles as a good starter and a great reference. |
| maverickbu is offline | |
| | #18 |
| Hardware Engineer Join Date: Sep 2001
Posts: 1,397
| Another source (besides ANSI) for The C/C++ Language Standards is The British Standards Institute. At about $75.00 USD each, the price is about 1/4 of the ANSI hard-copy price. (They are available from Amazon.) C++ Language Standard (BSI) = ISBN 0470846747 C Language Standard (BSI) = ISBN: 0470845732 |
| DougDbug is offline | |
| | #19 |
| Registered User Join Date: Jul 2006 Location: UK
Posts: 4
| Can anyone advise me on a good book which includes GUI programming? I'm learning out of C++ How to Program (5th edition) at the moment which in my amateur opinion is a pretty good book, everything is explained and lots of exercises to do. Unfortunately they have omitted any GUI and event handling. They do have a separate book out for GUI but it was released in 2000 which I assume is a bit out of date. |
| Frenzied is offline | |
| | #20 | |
| Frequently Quite Prolix Join Date: Apr 2005 Location: Canada
Posts: 7,629
| Quote:
__________________ dwk Seek and ye shall find. quaere et invenies. "Simplicity does not precede complexity, but follows it." -- Alan Perlis "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra "The only real mistake is the one from which we learn nothing." -- John Powell Other boards: DaniWeb, TPS Unofficial Wiki FAQ: cpwiki.sf.net My website: http://dwks.theprogrammingsite.com/ Projects: codeform, xuni, atlantis, etc. New project: nort | |
| dwks is offline | |
| | #21 |
| Registered User Join Date: Feb 2006
Posts: 6
| Well a must read for all C++ serious programmers is:- "The Design and Evolution of C++" by Bjarne Stroustrup (Creator of C++). Far from being nasty and boring this books gives the detailed accounts of how many things got incorporated in the C++ and what was the motivation behind such things. So once you know the building blocks and know why were they put, you can be better programmer because you will understand the range of tools and whether your particular project demands such thing or not eg. <<, >> operator appended to cout, cin statement is nothing but one form of operator overloading that is overloading of bitwise operators. |
| unmeshghosh is offline | |
| | #22 | |||
| Just Lurking Join Date: Oct 2002
Posts: 4,990
| Although I'm not a C++ guy and I don't have any of these, I thought I'd drop my (hopefully) better-late-than-never post: Quote:
__________________ 7. It is easier to write an incorrect program than understand a correct one. 40. There are two ways to write error-free programs; only the third one works.* | |||
| Dave_Sinkula is offline | |
| | #23 |
| Registered User Join Date: Aug 2006
Posts: 19
| C++ For Dummies - 5th Edition by Stephen Randy Davis This is a great book to get started with C++. Teaches all the basic fundementals. |
| mburt is offline | |
| | #24 |
| Registered User Join Date: Oct 2004
Posts: 151
| C++ Annotations This is a book for people who already know C to pick up C++ (thus it is free of the cruft you get in "comprehensive" C++ texts). And it's available on the Intertron.
__________________ System: Debian Sid and FreeBSD 7.0. Both with GCC 4.3. Useful resources: comp.lang.c FAQ | C++ FQA Lite |
| zx-1 is offline | |
| | #25 |
| Its hard... But im here Join Date: Apr 2005 Location: England
Posts: 1,466
| Teach yourself C++ in 24 hours. Good book but a poor CD. It uses Borland Builder X which is a little dated. I still own this book now and use it for cross checking a reference
__________________ I'm just trying to be a better person - My Name Is Earl |
| swgh is offline | |
| | #26 | |
| Registered User Join Date: Nov 2006
Posts: 3
| Quote:
that`s the book wich i take it as a text book in my university but with 4th edition it`s relly good and simple to understand | |
| hb_abid is offline | |
| | #27 | |
| MFC killed my cat! Join Date: Sep 2006 Location: Boston, Massachusetts
Posts: 880
| Quote:
| |
| manutd is offline | |
| | #28 | |
| Its hard... But im here Join Date: Apr 2005 Location: England
Posts: 1,466
| Quote:
__________________ I'm just trying to be a better person - My Name Is Earl | |
| swgh is offline | |
| | #29 |
| Registered User Join Date: Dec 2006 Location: Washington
Posts: 18
| C++ in a Nutshell If you don't already own it, and you think of yourself as a C++ programmer, then you probably want to have this excellent book in your arsenal. http://www.amazon.com/C%2B%2B-Nutshe...285211-9351077 :davis: |
| :davis: is offline | |
| | #30 | |
| Registered User Join Date: Dec 2006 Location: Washington
Posts: 18
| Quote:
http://www.amazon.com/C%2B%2B-GUI-Pr...285211-9351077 :davis: | |
| :davis: is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| any book recommendations? | NewnOT | Windows Programming | 1 | 06-21-2009 02:12 PM |
| JavaScript book recommendations | neandrake | Tech Board | 2 | 04-05-2009 12:27 PM |
| C++ Book Editions and Recommendations | cpudaman | C++ Programming | 7 | 02-10-2008 11:52 AM |
| Language REFERENCE book recommendations? | DougDbug | C++ Programming | 3 | 01-18-2003 02:24 PM |
| My book recommendations for rank beginners ... | snakum | C++ Programming | 4 | 08-21-2002 10:38 AM |