Thread: Getting Interested

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    4

    Getting Interested

    Alright,

    Basically I started programing a coupla weeks ago, and I've been working my way through the tutorials on this site (being do 'em for like a week, on linked lists now). Erm, is it just me being stupid, or is it somewhat hard to actually take in all of what is being said? For example, the tutorial says something about making sure the program gives no bad output.. but like, what would that mean if it did?

    It's a bit tricky to express what I mean, but basically, is there anything out there more interesting for beginners? For example, if there was a simple (in terms of the code, I mean, it would be inefficient, but the point of it would be to make things more accessible) 2D game I could disect and make changes to.. then I'd be more enthusiastic.

    Or once I've done the tutorials will I be able to understand the basic working of some games anyway? And even mess around with them a bit.. anyone know where I can get C++ code for some simple 2D games (ie Speedball 2! Or is that one complicated?)..?

    Anyway, thanks, later!

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >or is it somewhat hard to actually take in all of what is being said?
    Yes, it is. For the simple things this will pass, but there will always be something about programming that confuses you.

    >For example, if there was a simple 2D game I could disect and make changes to..
    Even simple games tend to be a bit complicated for beginners. What you're doing is the right thing, learn all the basics and then learn game theory and look at source. If you're really interested though, you can find source for games at www.planet-source-code.com.

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

  3. #3
    Unregistered
    Guest
    Games are VERY complicated! You should work your way through the tutorials and maybe look for beginner competitions on the web to provide new idea and challenges. You may be addicted before you even know it!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to keep interested.
    By mabufo in forum C++ Programming
    Replies: 8
    Last Post: 02-11-2006, 12:32 AM
  2. Anyone interested?
    By JarJarBinks in forum Projects and Job Recruitment
    Replies: 7
    Last Post: 09-17-2004, 05:59 AM
  3. for beginner's or anyone interested
    By Iconoklast in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 03-25-2004, 02:45 PM
  4. War with Iraq - Read this article if you're interested
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-26-2003, 12:10 AM
  5. Who here would be interested...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 07-19-2002, 08:10 PM