The Facts:
-Most members here are young which is the perfect time to learn.
-Most members think of Ville as a superhero, coincadently he is a C++ programmer.
-Most members would love to be able to make games like Ville.
So I have given you some links to help you get started learning the language. Also some info, C++ is used by almost all professionals to make games. C is also widely used but luckly C++ accepts all C code (with very few exceptions).
Don't be scared if you've never programmed before, it's computer language and therefore is logical (most of the time ).
First go to this site and download a compiler which will convert your code into an executable file (It would probably be better to get version 4)
<!-- m --><a class="postlink" href="http://www.bloodshed.net/devcpp.html">http://www.bloodshed.net/devcpp.html</a><!-- m --> (FREEWARE)
Once you've done that google for some c++ tutorials or visit this one which will get you started.
<!-- m --><a class="postlink" href="http://www.intap.net/~drw/cpp/">http://www.intap.net/~drw/cpp/</a><!-- m -->
Once you've got into C++ a bit I would advise you to go and buy a book.
Remember to start small and get the fundamentals down before trying to make your code run in windows format (that's right you'll start in dos).
At the very least this will give you all an idea (maybe) of what Ville does. Hopefully it will give a new side to the forum if enough people start to learn programming. Be warned I may not know exactly what I'm talking about but I think I do .
|