🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Compiler

Started by
1 comment, last by garconbifteck 22 years, 8 months ago
Where can i get a good, free compiler?
Advertisement
I'm guessing here that you want a C/C++ compiler for the Win32 platform.

MinGW32, a GCC port.

Cygwin GCC The GCC ported to Win32 with the Cygwin library.

At www.bloodshed.net you can download the Dev-C++ IDE which includes the MinGW32 compiler.

The Borland C++ Builder Compiler is free.

Edited by - Dactylos on October 27, 2001 9:56:29 AM
Ok, i have borland c++ compiler (sorry i forgot about saying for c++) But how do i use it?, Btw i don''t know any c++ yet my damm book hasn''t arrived in the post yet.

This topic is closed to new replies.

Advertisement