Thread: Games - Next step?

  1. #1
    Unregistered
    Guest

    Games - Next step?

    I am wanting to program games. I don't know what I need to learn or what API or OpenGL or anything are. My knowledge so far is I am strong in C++, and know a bit of Visual C++ (enough to make a few simple applications). What should my next steps be?

    Thank you.

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    142
    you could start at www.gamedev.net

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Books, lots of books. Game programming is one of the most difficult areas of programming, and it takes a lot of work to get any good at it. You want books on game programming of course, advanced mathematics, advanced C++, etc...

    -Prelude
    My best code is written with the delete key.

  4. #4
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200

    hmmm....

    Well After I made a few text-based games, Everyone told me to learn an API. Win32 is supposed to be the easiest I think...
    What is C++?

  5. #5
    flashing vampire black's Avatar
    Join Date
    May 2002
    Posts
    563

    Talking Re: hmmm....

    Originally posted by Vicious
    Well After I made a few text-based games, Everyone told me to learn an API. Win32 is supposed to be the easiest I think...
    make games is my favorite, aha~

    first, as others told me, should learn C++, that is why I came here~
    Never end on learning~

  6. #6
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    Well After I made a few text-based games, Everyone told me to learn an API.
    Lol I'm not saying you should go learn an API right now. Of course if you are ever going to want to use graphics in one of your games you are going to have to learn an API. I figured since you have made a couple of games you be might be interested in learning an API. I was just giving it to you as an option for what you could do next. If you feel comfortable enough with C++, then it might be a good idea to learn an API. If you don't feel that you are ready to learn an API, then I wouldn't do it. However, after looking over an API for a little bit you'll be able to determine your answer easier.

    Win32 is supposed to be the easiest I think...
    I have absolutely no idea if it is the easiest, but from what I've heard it is supposedly the easiest, and many people start out with Win32 API for learning their first API. This may or may not be true, but this is the word I get from reading posts around here.


  7. #7
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Well it is easy as I found out a while ago.

    I made my own window and was making all sorts of adjustments.
    I made a template so I wouldnt have to rewrit the same thing all the time.


    After playing with it I figured out how to put letters inside it.
    I have no idea how to use graphics yet though
    What is C++?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Violent video games?
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 58
    Last Post: 04-26-2006, 01:43 PM
  2. recursion
    By paulmedic555 in forum C Programming
    Replies: 26
    Last Post: 01-28-2005, 12:43 AM
  3. Video Games Industry. 5 years left.
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 12-10-2002, 10:52 PM
  4. this sites Compiler Resources Specs.
    By Powerfull Army in forum C++ Programming
    Replies: 9
    Last Post: 07-08-2002, 06:12 PM