* Moving this thread off to the general programming languages forum *
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
hi everyone,
Try learning visual basic first and after that you can try moving on to
open4gl or dark basic. Using C++ for game creation is very hard.
Yours Sincerely
Richard West
freesoft_2000
Practically a Master Poster
623 posts since Jun 2004
Reputation Points: 25
Solved Threads: 10
I don't think you need to be a mathematician to be a great programmer. The same way a good writer must formulate his sentences and grammar, so too should you be good at formulating the way your program is going to work. You don't just write code from top to bottom. You figure out what you want it to do, map it out, then code it. The map acts as a guide to your programming and if you get stuck or bored with a particular aspect of your program you can start working on a different aspect or even add some more stuff to the map.
All in all, a great programmer is a persion with vision and can manifest that vision into a program. Math does help, though. Usually the hard math stuff is summed up into algorthms that you can borrow and explore to create your own. Not a very difficult arena, unless you're trying to create a game that is going to control a real machine while you play. :)
Alcides. <--- sleeeeeeeeeeeeepy.
Alcides
Junior Poster in Training
54 posts since Jul 2004
Reputation Points: 11
Solved Threads: 0
hmm, thread shows up as having an answer but none shows...
To continue:
Freely available:
Java : http://java.sun.com
C/C++: both Microsoft and Borland have free compilers. Search for VCToolkitSetup.exe on http://www.microsoft.com or freecommandlinetools.exe on http://www.borland.com
Perl: http://www.perl.org
Python: http://www.python.org
OpenGL: not a language, rather a toolbox. Included with all or most C++ compilers, available for other languages. http://www.opengl.org
Pascal: no free version that I know of for Windows based systems, at least no current one.
(Visual) basic: don't bother.
http://bdn.borland.com/museum/ has old Borland products for free download (free registration required). More for the curious than for serious study, they're not up to current ANSI/ISO standards (or for Pascal Borland's standards, Borland being the main Pascal compiler creator in the world today).
Many Unix/Linux versions come with C/C++ compilers built in as well as Python, Perl, and a lot of other languages.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337