Compilers - Where can I get a good free one?

Started by
5 comments, last by Josh Gosse 22 years, 3 months ago
I am new to this and I was wondering if someone could tell me where I could find a good, free compiler that dosen''t run in DOS. I am new to the world of Programming.. TAKE IT EASY ON ME PLEASE, I''''m only 15!
I am new to the world of Programming.. TAKE IT EASY ON ME PLEASE, I''m only 15!
Advertisement
http://www.bloodshed.net
http://www.inprise.com
http://www.digitalmars.com

Perhaps this question should be in the Forum FAQ ...
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
do a search for mingw32, its one of the best free compilers out there
and if you meant "doesnt run in dos" as a compiler that doesnt use the command line, your out of luck, there are none for c++(or probably any language).

what you want is a ide or a text editor, the only good free one for windows i can think of is dev c++, at http://www.bloodshed.net/devcpp
Compiler = program that compiles code

Linker = program that links object files into an executable file

IDE = program or suite of programs that allows users to manipulate the above two devices easily, normally in a graphical manner.

You're most likely referring to wanting an IDE that runs under Windows or whatever graphical OS you happen to be using. In that case, I recomment Dev-C++ (a product of Bloodshed Software [address in first reply]). It's good for beginners, and you can always graduate to *shiver* VC later. Not at all to say that Dev-C++ isn't capable of being advanced. VC just tends to be more standard.

Later,
ZE.

EDIT - Miswording, and sorry I wasn't the first to explain all that stuff. Just didn't read all the way through the reply above me.

Edited by - ZealousElixir on January 9, 2002 9:55:01 PM

[twitter]warrenm[/twitter]

There are sooo many compilers out there.. just pick one =)

The nightmare travels across the cosmos with his burning mane. The trail of ash that is produced.

?Have a nice day!?

http://www.openwatcom.org/

This topic is closed to new replies.

Advertisement