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)
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)
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.