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 ...
- 06-03-2007 #1Linux 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
- 06-03-2007 #2Linux 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
- 06-04-2007 #3
- 06-04-2007 #4Linux 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...
- 06-04-2007 #5
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.
- 06-05-2007 #6Linux Newbie
- Join Date
- Sep 2006
- Posts
- 175


Reply With Quote
