Thread: Starting C++

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    36

    Starting C++

    I've just started C++ and I'm using the book Beginning C++ through game programming. I'd like to know if this is a good book to learn from; I'd also like to know what other books should I get to learn C++ in general, for windows, and perhaps more advanced concepts in my future of C++. What order should I go in?

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I am sceptical of a book that tries to teach two big things to beginners at the same time, but looking through the preview at Amazon, it looks okay in terms of being reasonably updated on technical matters related to C++.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    Aug 2011
    Posts
    3
    I'm new to cpp also, but I just use the online tutorial in cprogramming.com

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    The tutorials do not cover near enough material to be of any use alone. By all means, use it if you want, but complement it with a good book. Accelerated C++, for example, is a good book.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  5. #5
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Quote Originally Posted by Elysia View Post
    The tutorials do not cover near enough material to be of any use alone. By all means, use it if you want, but complement it with a good book. Accelerated C++, for example, is a good book.
    I found&&find it easier to follow the books after going through the tutorials and playing with the material. So, the "complementing" idea is a very good one; I think.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Starting out
    By THolly in forum C++ Programming
    Replies: 3
    Last Post: 07-03-2005, 02:56 PM
  2. I'm starting C++
    By RyanN in forum C++ Programming
    Replies: 4
    Last Post: 12-03-2003, 07:38 PM
  3. Starting Out
    By [kcb] Ch33s3 in forum C++ Programming
    Replies: 3
    Last Post: 11-04-2003, 02:58 PM
  4. HELP with starting out.
    By sworc66 in forum C Programming
    Replies: 4
    Last Post: 09-05-2002, 10:09 AM
  5. starting all over again...
    By dune911 in forum C Programming
    Replies: 5
    Last Post: 07-01-2002, 02:02 AM