Thread: Reading a book (split from the books thread)

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    9

    Reading a book (split from the books thread)

    I am new to C++, and im currently reading accelerated c++, I find it a great book, but i am wondering which books might be good reading after that one? Will I have to learn further about console c++? or can I start with something graphic?

    thanks in advance.
    Last edited by mkeisu; 05-03-2008 at 12:29 PM.

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    I'd suggest C++ Coding Standards to improve your C++ knowledge. Then, it really depends on what you want to do. You can try to get more and more advanced in the language with many of the other books listed in the first couple posts in this recommendations thread. Or you can focus on a specific type of coding, like graphics, algorithms, networking, etc.

  3. #3
    Registered User
    Join Date
    May 2008
    Posts
    9
    ok thanks

  4. #4
    Registered User
    Join Date
    Apr 2008
    Posts
    890
    "Effective C++" and "More Effective C++".

  5. #5
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    You should be ready for a beginning Graphics/GUI book after finishing Accelerated C++ (if that's what you want to do). I got the Petzold Book after finishing a beginning C++ book. I was shocked that nothing in that book looked like the C++ I'd been studying, and I was shocked that Hello Windows was 2 pages of code! But, with reading, re-reading, and studying I was able to understand it...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. URGENT: Help wanted...in C
    By iamjimjohn in forum C Programming
    Replies: 16
    Last Post: 05-18-2007, 05:46 AM
  2. Amazon a premier site for book orders
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 08-11-2006, 02:31 PM
  3. sig. Books on C++ for beginners
    By Mario in forum C++ Programming
    Replies: 23
    Last Post: 05-20-2002, 04:54 PM
  4. Newbie Books Recommended reading
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 04-09-2002, 10:06 AM