On 2/22/2006 at 11:16 PM Jules Richardson wrote:
What's the state of play regarding DOS C compilers?
I might have a need
to do some DOS-based C development work - are there any good-but-free DOS
compilers about?
Unless you're restricted to 16-bit code, I'd recommend you have a look at
DJGPP. 32-bit flat mode is wonderful:
http://www.delorie.com/djgpp/
Cheers,
Chuck