Does anyone know any good beginers books on C++.I have C++ for dummies and it's not for dummies LOL.But have been in waldens and there was a really good book that was huge but I can't remember it's name.
C++ is really hard!
Started by elfshadow14, Sep 18 2006 08:32 PM
12 replies to this topic
#1
Posted 18 September 2006 - 08:32 PM
|
|
|
#2
Posted 19 September 2006 - 02:19 AM
Hmm Yeah I agree with the title C++ is REALLY hard I cant understand a $hit!
#3
Posted 19 September 2006 - 07:34 AM
Classes were the hardest part of C++ for me! I was very confused when learning them but once I used them it was all gravy! A good book is
Sams Teach Yourself C++ in 21 Days although I had the earlier version. Are you just wanting to learn ANSI C++ or some sort of GUI C++ like Visual C++?
Sams Teach Yourself C++ in 21 Days although I had the earlier version. Are you just wanting to learn ANSI C++ or some sort of GUI C++ like Visual C++?
Hi >> Saint
#4
Posted 19 September 2006 - 08:47 AM
Teach yourself C++ in 21 days is very good to start with, but has a number holes in it. Any book that tries to talk about C first, should be put back on the shelf. The biggest key to learning C++ is: type in EVERY example by hand and run it. Then do EVERY excercise.
C++ is more of a mindset than anything else... and yes, it can be hard.
C++ is more of a mindset than anything else... and yes, it can be hard.
#5
Guest_Kaabi_*
Posted 19 September 2006 - 01:47 PM
Guest_Kaabi_*
I gave up on it, I was learning it for awhile, but then just stopped. I would be so far if I hadn't quit...
#6
Posted 19 September 2006 - 02:52 PM
I remeber now it was Sams Teach Yourself C++ in 21 days LOL.Thanks for reminding me:D
#7
Posted 20 September 2006 - 04:58 AM
Funny, that is one of the first books I began reading/doing. I never finished it either though.
#8
Posted 21 September 2006 - 08:36 AM
languages are hard to understand when reading but once you start doing it they become simple.
#9
Guest_Jordan_*
Posted 21 September 2006 - 04:47 PM
Guest_Jordan_*
I'm the same way Lop. I can read all day about something but don't fully understand until I do it. Practice makes perfect. It is critical to do all of the examples in books and tutorials though.
#10
Posted 22 September 2006 - 08:50 AM
There's nothing like forgetting the & on the parameters of a scanf() a few times in C to learn their importance. You will never get that knowledge without getting a few really strange errors.
#11
Posted 22 September 2006 - 09:09 AM
WingedPanther said:
There's nothing like forgetting the & on the parameters of a scanf() a few times in C to learn their importance. You will never get that knowledge without getting a few really strange errors.
Oh yeah, getting odd errors and learning how to fix them is the best path to "never forgetting". I've certainly been there before.
Void
#12
Posted 23 September 2006 - 03:21 PM
I guess that makes sense, because then you really have to go over the code.


Sign In
Create Account


Back to top









