|
|
#1 |
|
Senior Member
Join Date: Apr 2002
Location: Seattle, Washington
Posts: 342
![]() |
Anybody know where I can get a free compiler? Preferable something I can download off the internet, and not through a p2p thing.
-Enzo |
|
|
|
|
|
#2 |
|
Member
Join Date: Jun 2002
Location: the Netherlands
Posts: 65
![]() |
Heya,
A compiler for what? Just C or C++? Then you can use Cygwin and the GNU compiler that's a part of it. www.cygwin.org There's another one, but I forgot it's name. I myself always use cygwin. Greetings Dre |
|
|
|
|
|
#4 | |
|
Senior Member
Join Date: Apr 2002
Location: Seattle, Washington
Posts: 342
![]() |
Quote:
-Enzo |
|
|
|
|
|
|
#5 |
|
Member
Join Date: Apr 2002
Posts: 122
![]() |
DJGPP is a compiler, not a program you run on its own. What you do is type "gcc mySourceFile.cpp", and it should compile into a program called mySourceFile.exe.
*edit* You might be thinking about a text-editor to write your source in. DJGPP should come with RHIDE, which is a fairly good DOS editor... certainly better than notepad |
|
|
|
|
|
#6 |
|
New Member
|
Teratext editor is a nice hilighting text editor for windows, cygwin is a good envirment for no native *nix peopel, it gives you a stabel envorment in the otehr wise unstable windows one
Ben |
|
|
|