BobDole666 Posted November 27, 2011 Share Posted November 27, 2011 Hi - I was just watching int0x80 on the Hak5 show with his mods to privoxy and I came up with a mostly unrelated question. I saw that he wrote a program to patch privoxy in C. I work as a unix/linux application programmer and have history using C on unix/linux. I learned C in 1990. Can anyone recommend a good free windows C compiler? I do a little Windows programming but that usually ends up being in Perl. Thanks - BobDole666 Quote Link to comment Share on other sites More sharing options...
Sparda Posted November 28, 2011 Share Posted November 28, 2011 You can always use gcc with cygwin. The only catch with doing this is that you will need to include the cygwin dll with any program you write. Quote Link to comment Share on other sites More sharing options...
Iain Posted November 28, 2011 Share Posted November 28, 2011 I have MinGW and find it very easy to use. Quote Link to comment Share on other sites More sharing options...
CPU_Jazz Posted November 28, 2011 Share Posted November 28, 2011 I used to support Borland Turbo C a great tool in its day. Borland eventually released Turbo C to the public domain so if you google for it you'll find it on many sites for download. It's old, but C hasn't changed that much. Otherwise the GNU C is available and will be more current. Quote Link to comment Share on other sites More sharing options...
int0x80 Posted November 29, 2011 Share Posted November 29, 2011 Seconding gcc via MinGW. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.