Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: C++ is really hard!

  1. #1
    elfshadow14 is offline Newbie
    Join Date
    Sep 2006
    Posts
    14
    Rep Power
    0

    Question C++ is really hard!

    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.
    Last edited by elfshadow14; 09-18-2006 at 09:58 PM.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    Hmm Yeah I agree with the title C++ is REALLY hard I cant understand a $hit!

  4. #3
    Saint is offline Learning Programmer
    Join Date
    Aug 2006
    Posts
    63
    Rep Power
    0
    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++?
    Hi >> Saint

  5. #4
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143
    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.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    Kaabi Guest
    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...

  7. #6
    elfshadow14 is offline Newbie
    Join Date
    Sep 2006
    Posts
    14
    Rep Power
    0

    Lol

    I remeber now it was Sams Teach Yourself C++ in 21 days LOL.Thanks for reminding me
    Last edited by elfshadow14; 09-19-2006 at 03:57 PM.

  8. #7
    falco85 is offline Programmer
    Join Date
    Apr 2006
    Posts
    105
    Rep Power
    0
    Funny, that is one of the first books I began reading/doing. I never finished it either though.

  9. #8
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30
    languages are hard to understand when reading but once you start doing it they become simple.

  10. #9
    Jordan Guest
    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.

  11. #10
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143
    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.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Studying hard in PHP ^^
    By scumbogs in forum Introductions
    Replies: 5
    Last Post: 01-17-2010, 05:34 AM
  2. [help] hard algorithm
    By Jim_West in forum C# Programming
    Replies: 1
    Last Post: 01-05-2010, 06:15 PM
  3. How hard would it be too...
    By ArcticPrince in forum General Programming
    Replies: 7
    Last Post: 11-02-2009, 09:22 PM
  4. NP-Hard problem
    By gk_manutd in forum General Programming
    Replies: 1
    Last Post: 01-23-2009, 09:41 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts