PDA

You are currently viewing a search engine-friendly (archive) version of this page.

View Full Version : Request: Programming Program


TechKaz
September 12, 2001, 09:22 pm
I need a program for free, that is for beginners and programming C++ and stuff. Thanks
Kaz

------------------

Techguy
September 13, 2001, 06:44 pm
waht do you want the program to do?

------------------
Want to know what's going on at HFT? (http://www.helpfromtechs.com/html/newsletter.shtml)

TechKaz
September 14, 2001, 04:57 pm
Help me to start programming

------------------

Tonker
September 14, 2001, 07:27 pm
So you're looking for a tutorial or sorts and a compiler package?

Here's a few links:
C and C++ are esentially the same, except C++ has support for Object Oriented concepts. There are other minor differences too that I wouldn't worry about too much if you're just trying to pick up the concepts.

C programming: http://cit.rcc.on.ca/cprogram/cstart.htm
http://www.cs.cf.ac.uk/Dave/C/CE.html
http://www-h.eng.cam.ac.uk/help/tpl/languages/C/teaching_C/teaching_C.html

C++:
http://www.icce.rug.nl/docs/cplusplus/cplusplus.html

Free Compilers:
http://www.mingw.org/ - Works under dos prompt.
http://sources.redhat.com/cygwin/ Cygwin simulates a unix environment on your windows machine. GNU compilers, bash shell.
http://www.delorie.com/djgpp/ DJGPP another port GNU to Dos.

Good luck!


------------------