Thread: the best way to get started

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    20

    the best way to get started

    i bought a c++ book and have started programming, and know basic functions (kinda). unfortunately the book works with a program that doesn't seem to work. i got frustrated and haven't really tried to use the book since. but now that i look over the book, i see that it doesn't really include anything on game programming, and that's what i wanna do. should i try to learn things other than game programming first or should i just try to find stuff about game programming right away?

    oh yeah, if i should try to start game programming, is there any good site or book about it?

  2. #2
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    well, for me, game programming has been completely self-taught (so far at least, in the past 8 months since i've started ), but there are a LOT of tutorials on many different things. Best thing to do is just look around the internet for any tutorials, or better yet, ask questions on message boards, one person may not know much, but collectively, we know practically everything

  3. #3
    Registered User
    Join Date
    Mar 2003
    Posts
    73
    Well, with books you learn (almost) all the functions C++/C has to offer, it's up to you to use your knowledge and create ideas and such to get what you want to happen. I started programming in Qbasic, taught myself almost everything I know... There I got the basic's of how to create games and other types of programs. I recently started programming in Java and C++ and it makes me sorta happy I started in Qbasic. (I'd be forever lost w/o it... but that's just me)

    Search the web and force yourself through the boring books... If you can take classes in school, do it. (even though most schools are now switching to java, atleast around here) It's hard work, but worth it, IMO.

  4. #4
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    It's hard work, but worth it, IMO.
    I think that's the best thing that's been said on this message board in a long time.

    should i try to learn things other than game programming first or should i just try to find stuff about game programming right away?
    What do you mean 'learn things other than game programming'? Obviously you're going to have to learn a programming language to write computer games. If you're talking about something like learning all of the different searching and sorting methods and stuff, then i'd say technically just as long as you know a programming language you can definitely start making games...you may have to learn concepts as you go along which may include 'other stuff' when you start making games.

    My advice to you is to just start making games and learn all of the associated concepts as you go along...things will make more sense that way and be more useful and you'll be doing what you really want to be doing.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help getting started..matrices
    By BobDole11 in forum C Programming
    Replies: 7
    Last Post: 11-15-2008, 09:51 PM
  2. Help getting started :(
    By blackocellaris in forum C Programming
    Replies: 4
    Last Post: 11-05-2006, 06:50 PM
  3. Getting started
    By panzeriti in forum Game Programming
    Replies: 3
    Last Post: 06-28-2003, 10:13 AM
  4. How to get started?
    By anoopks in forum Linux Programming
    Replies: 0
    Last Post: 01-14-2003, 03:48 AM
  5. Need help getting started
    By Unregistered in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2001, 11:08 PM