Find the answer to your Linux question:
Results 1 to 6 of 6
Hi, I am learning ANSI C++ my own and would like to develop some small games using the language when I have acquired the necessary skills in future, but I ...
  1. #1
    Linux Newbie
    Join Date
    Sep 2006
    Posts
    175

    Free C++ code for small games

    Hi,

    I am learning ANSI C++ my own and would like to develop some small games using the language when I have acquired the necessary skills in future, but I was wondering if there is any site where I can download some free C++ code for small games and try to learn something from it. Is it possible? Thanks

  2. #2
    Linux User
    Join Date
    Oct 2004
    Location
    /dev/random
    Posts
    404
    You might want to try:
    GameDev.net - all your game development needs
    NeHe Productions: Main Page

    There are many game development forums available online.

    HTH
    The Unforgiven
    Registered Linux User #358564

  3. #3
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549

  4. #4
    Linux Newbie
    Join Date
    Sep 2006
    Posts
    175
    Hi,

    Thanks guys a lot, I am just a bit confused as how to get the source code written only in Standard C++, not VC++ (if possible for samll games)from the net. I have got some sample code for C++ from sites such as Sams Publications. There are not many Standard C++ forumsas well where I can get the sample code to priactise. Any suggesions? The reason is I am learning C++ only at the moment and any other language might not be that easy for me to pick up. Thanks...

  5. #5
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    Well, you cannot use winapi in linux.
    I suggest you to try GLUT, which is for making simple 3d stuff. Its C based and it's simplified OpenGL.

    Its very easy to learn.

  6. #6
    Linux Newbie
    Join Date
    Sep 2006
    Posts
    175
    Quote Originally Posted by jan1024188 View Post
    Well, you cannot use winapi in linux.
    I suggest you to try GLUT, which is for making simple 3d stuff. Its C based and it's simplified OpenGL.

    Its very easy to learn.

    Excellent, you have been a great help...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...