Free C-compiler for MS win32

Discussion of chess software programming and technical issues.

Moderator: Ras

Paddington

Free C-compiler for MS win32

Post by Paddington »

Hi.

Wondering if someone could recommend a free C-compiler for MS win32. I prefer a fast exe, not fast compile time.
User avatar
Roman Hartmann
Posts: 295
Joined: Wed Mar 08, 2006 8:29 pm

Re: Free C-compiler for MS win32

Post by Roman Hartmann »

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