|
-
Sep 30th, 2002, 05:37 PM
#1
Thread Starter
Frenzied Member
another 'what book should i get' thread : BUT DIFFERENT!!!!!!!
Im getting $25 coupon for amazon soon, and want to spend it on a c++ book (ill contribute some of my own money, scarce as it is) since I spent an entire year taking a c++ class to learn diddly squat (thats a c++ term). I read that thinking in c++ book, but its not exactly what I want. Im a very big example-driven person. I want a book that, for each topic, has some code, and explains the code. Then maybe an appendix at the back to define everything.
Thats why this thread is different from all the others.
Cause im picky
retired member. Thanks for everything 
-
Sep 30th, 2002, 05:48 PM
#2
Stuck in the 80s
-
Sep 30th, 2002, 07:37 PM
#3
Thread Starter
Frenzied Member
clarification:
NOT VISUAL C++, .NET, or any branded type of code.
Just plain iso c++
retired member. Thanks for everything 
-
Sep 30th, 2002, 07:43 PM
#4
Stuck in the 80s
Originally posted by markman
clarification:
NOT VISUAL C++, .NET, or any branded type of code.
Just plain iso c++
Sorry, bro.
-
Sep 30th, 2002, 08:42 PM
#5
Frenzied Member
Ive heard good things about "The Standard Template Library". While it sounds like "branded type code", learning it will be the best thing you have ever done (since the STL is availible on all compilers that you will ever use =).
Z.
-
Sep 30th, 2002, 10:23 PM
#6
Addicted Member
Hi,
I bought three books from Amazon.com last month (actually my boss bought them for me. ;-)
1. "The C++ Programming Language" by Stroustrup
2. "The C++ Standard Library" by Josuttis
Ref. #1 has lots of fractured code samples...meaning he writes the template version of some function without showing it relative to more complete code. Now, after a month of digging into C++ I can actually understand half of the book. But it can be very discouraging to a newbie C++ programmer.
Ref. #2 provided complete examples, but not really enough. The examples provided a few general possibilities especially dealing with strings and vectors for example. I have found Ref #2 to be more useful then Ref. #1.
Now, neither book was complete. I had to read a little of the book, search this C++ forum, look at various code fragments on this forum and various explanations, experiment with hundreds of small programs just to be able to appreciate both books more.
I have found various tutorials for C++ STL but am unsatisfied because most assume you know too much already and do not provide enought 'baby step' programs that guide you into the concepts. I guess I'll have to write my own. :-)
I did get a third book the "OpenGL Superbible". That benefited me more initially than the first two but now Ref. #2 is more useful.
Regards,
ChuckB
-
Sep 30th, 2002, 10:24 PM
#7
Frenzied Member
Ah, I was referring to Chuck's number two (wasnt sure of the name =).
Z.
-
Oct 1st, 2002, 08:59 PM
#8
Thread Starter
Frenzied Member
thanks 
now i just wait for my free coupon (6-8 weeks )
retired member. Thanks for everything 
-
Oct 2nd, 2002, 09:06 AM
#9
If by chance you know German well there is an excellent book: "C/C++ Professionell programmieren, Kompendium", by Dirk Louis, published by "Markt+Technik Verlag".
It gives you a good knowledge of nearly all features of C and C++, a (very) short introduction to windows programming and a very good reference to both the C and C++ standard libraries. It follows the newest standard convention (<header> and some template conventions). It features ~100 example console apps.
The best book on C++ I've ever read. Sadly it's to the best of my knowledge not available in English.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 4th, 2002, 07:55 PM
#10
Fanatic Member
C++: How to Program by Deitel & Deitel, ISBN 0-13-089571-7 (it's right in front of me)
-
Oct 4th, 2002, 10:37 PM
#11
Stuck in the 80s
I usually say "Don't buy a book. You can find more than enough information on the internet!"
But yeah, buy a book. Helps the economy. Money changing hands and all that good stuff.
-
Oct 5th, 2002, 11:20 AM
#12
Junior Member
Dumb question: do you know C? I find it's alot easier to get into C++ after you know C. If you don't know C yet, i'd suggest two books:
The C Programming Language by Kernihan and Ritchie (the guys who created C)
Practical C Programming from O'Reilly.
-
Oct 5th, 2002, 11:26 AM
#13
Frenzied Member
Originally posted by Zaffir
Dumb question: do you know C? I find it's alot easier to get into C++ after you know C. If you don't know C yet, i'd suggest two books:
The C Programming Language by Kernihan and Ritchie (the guys who created C)
Practical C Programming from O'Reilly.
Horrible suggestion. Its actually the exact opposite. People with a base in a function based language often times have trouble getting into the object oriented frame of mind, which means that it is far harder to take advantage of all of the features of C++.
Z.
-
Oct 5th, 2002, 11:47 AM
#14
Junior Member
Originally posted by Zaei
Horrible suggestion. Its actually the exact opposite. People with a base in a function based language often times have trouble getting into the object oriented frame of mind, which means that it is far harder to take advantage of all of the features of C++.
Z.
Could be. I guess everyone's different. I just know that my C++ books made alot more sense once i had read through the ones i listed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|