Hi.
Wondering if someone could recommend a free C-compiler for MS win32. I prefer a fast exe, not fast compile time.
Free C-compiler for MS win32
Moderator: Ras
-
- Posts: 295
- Joined: Wed Mar 08, 2006 8:29 pm
Re: Free C-compiler for MS win32
Hi,
you might want to have a look at visual c++ express 2005, or visual c++ express 2008 which are both free. They come with an integrated IDE and a debugger. Make sure you also download the proper SDK.
Then there is MINGW32 which is a port of GNU gcc.
best regards
Roman
you might want to have a look at visual c++ express 2005, or visual c++ express 2008 which are both free. They come with an integrated IDE and a debugger. Make sure you also download the proper SDK.
Then there is MINGW32 which is a port of GNU gcc.
best regards
Roman