Forum Moderators: phranque

Message Too Old, No Replies

Free C Compiler for Windows

         

SlowMove

4:19 pm on Jul 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've got a little program written in C that I want to modify
Anyone know where to find the best free C compiler for Windows? I don't want a trial version of some expensive software. Something very simple. Thanks.

TravelSite

5:52 pm on Jul 19, 2003 (gmt 0)

10+ Year Member



SlowMove

I'm not an expert in C by any means - but I've used a compiler called "Dev-C++" before and found it good for all the stuff I had to do in C.

Search for: dev-c++ bloodshed (in google)

Dreamquick

6:15 pm on Jul 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try a search for DJGPP which is incredibly similar to the *nix C compilers, except that it works in Win32.

I used it a little in the past - once you've got it installed its not bad.

- Tony