Alternative to Turbo C

Posted by Asad Jibran Ahmed on Stack Overflow See other posts from Stack Overflow or by Asad Jibran Ahmed
Published on 2010-05-10T22:38:42Z Indexed on 2010/05/10 22:44 UTC
Read the original article Hit count: 463

My university is hosting a Programming Competition, and have decided to support Turbo C (the 16-bit DOS version) as a valid programming environment. I have just read that PC^2, the software that is going to be used to auto-judge the competition, does not support 16-bit programs.

So, is there any alternative to Turbo C that I can use. I need the same header files, and the compiler would need to support all the outdated C standards that Turbo C supports. But the output needs to be 32-bit. Is there any compiler that can satisfy these conditions?

© Stack Overflow or respective owner

Related posts about programming

Related posts about compiler