Thread: Starting Out

  1. #1
    Registered User [kcb] Ch33s3's Avatar
    Join Date
    Nov 2003
    Posts
    7

    Starting Out

    Hey guys, I'm new to this forum. I'm also new to C++. I wanna learn to program C++ to make games and learn sockett programming so i can program online multiplayer games. I know a tad bit of HTML, if that helps. What books should I buy to get started?
    I know you guys get this alot, but... I've had alot of trouble finding where to start out.

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I wanna learn to program C++ to make games and learn sockett programming so i can program online multiplayer games.
    Just grab any book that claims to teach the basics of C++ and was written within the last two or three years. That should get you started and save you from older standards and most of the really bad books.
    My best code is written with the delete key.

  3. #3
    Grammar Police HybridM's Avatar
    Join Date
    Jan 2003
    Posts
    355
    For me the tutorials on this site whet my appetite, but you can't REALLY learn from them, try them and see if you actually like programming (it's very different to HTML), and if you enjoy it definately buy a current book.
    Thor's self help tip:
    Maybe a neighbor is tossing leaf clippings on your lawn, looking at your woman, or harboring desires regarding your longboat. You enslave his children, set his house on fire. He shall not bother you again.

    OS: Windows XP
    Compiler: MSVC

  4. #4
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    1. A compiler
    2. A book

    Check out the Getting Started page, and the What do I need? page. There, you will find a link to the compilers page.

    Here's a link to a list of free compilers.

    Don't give up if your compiler doesn't compile your "Hello World" program on the furst try. Compilers always seem to be a pain to get set-up and configured.

    You can start-out with the tutorials here at cprogramming.com. Here's another tutorial. Then you'll need a book. C++ is a complex language, and I don't think there are any complete tutorials, or books for that matter. But, the books generally have more information and more explanation.

    I always recommend Teach Yourself C++ In 21 Days, by Jesse Liberty. I liked this book because it was easy to understand, and it is structured for self-study with questions and exercises at the end of each "day" (chapter), with answers and solutions in the back. I makes a handy reference book when you're done. (Opinions vary. Some people hate all of the "21 days" books.) And, you probably won't actually make it through the book in 21 days.

    If you search the board for "books", you will find more recommendations and discussion.

    A beginning book won't cover graphics or sockets. In fact, neither of these areas are even included in standard-portable C++. These are advanced system-dependent topics.
    Last edited by DougDbug; 11-04-2003 at 03:16 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Starting programs
    By Molokai in forum C Programming
    Replies: 1
    Last Post: 04-16-2009, 10:10 AM
  2. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  3. i am not able to figure ot the starting point of this
    By youngashish in forum C++ Programming
    Replies: 7
    Last Post: 10-07-2004, 02:41 AM
  4. question about reading inputs starting with 0
    By jibbles in forum C Programming
    Replies: 8
    Last Post: 08-09-2004, 03:27 AM
  5. 12 year old starting...
    By Xterria in forum Game Programming
    Replies: 2
    Last Post: 09-24-2001, 07:33 PM