Thread: beginner

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    6

    beginner

    I am a beginner at coding, and i wish to be able to make my own games and programs one day but where do i start ... ?

    What is the best simple program to try and code before going onto bigger projects?

    Also how do i use directX 3d thing? do i download a directx software and code through that or what i really dont know.

    please help.

    boy.racer.88 !

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    Quote Originally Posted by boyracer88
    I am a beginner at coding, and i wish to be able to make my own games and programs one day but where do i start ... ?
    First you need to learn a programming language such as c or c++.

    What is the best simple program to try and code before going onto bigger projects?
    The 'hello world' program.

    Also how do i use directX 3d thing? do i download a directx software and code through that or what i really dont know.
    To make programs that use the latest version of directx you need to download the directx sdk from Microsoft.

  3. #3
    Registered User
    Join Date
    Nov 2005
    Posts
    6

    ty

    Ok thanks.

    Lol, i've done the hello world program months ago, i done a couple of others too but they only teach a tiny bit.

    i need some simple tests like that but ones that teach a bit more complex stuff.

    So if i download the directx sdk how do i get it to work? do u still code through visual studio C++ 2005 express edition or is a whole different program?

    do u know any other sites that show more tutorials for C++ / C ?

    let me know, thanks.

    Boy.Racer.88 !

  4. #4
    Deprecated Dae's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    1,034
    Quote Originally Posted by boyracer88
    Ok thanks.

    Lol, i've done the hello world program months ago, i done a couple of others too but they only teach a tiny bit.

    i need some simple tests like that but ones that teach a bit more complex stuff.

    So if i download the directx sdk how do i get it to work? do u still code through visual studio C++ 2005 express edition or is a whole different program?

    do u know any other sites that show more tutorials for C++ / C ?

    let me know, thanks.

    Boy.Racer.88 !
    1) google.com: directx tutorial
    2) no, same program
    3) google.com: c++ tutorials
    Warning: Have doubt in anything I post.

    GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101

  5. #5
    Registered User
    Join Date
    Nov 2005
    Posts
    673
    doesnt really matter where you use tutorials at there are almost all gonig to say about the same thing. and as for directx it is a VERY complicated code, I would recommend making a text based game(easy to do) and then after you have that nice and balanced (without bugs) then move on to 2d and 3d. There is a open source realtime 3d engine called irrlicht. It has very tutorials on how to create 3d objects. Beware in order to do 3d you also have to have the physics, textures, (optional) sounds, and other things to make even the simplist program. So once you make a 2d or text based then try 3d until then best of luck.


    http://irrlicht.sourceforge.net

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Same old beginner question...
    By Sharmz in forum C Programming
    Replies: 15
    Last Post: 08-04-2008, 11:48 AM
  2. What are some good beginner programs I shouold make?
    By oobootsy1 in forum C# Programming
    Replies: 6
    Last Post: 08-09-2005, 02:02 PM
  3. Best Free Beginner Online Books/Tutorials?
    By Zeusbwr in forum C++ Programming
    Replies: 2
    Last Post: 10-12-2004, 05:52 PM
  4. Windows programming for beginner (Absolute beginner)
    By WDT in forum Windows Programming
    Replies: 4
    Last Post: 01-06-2004, 11:21 AM