A programming competition is being held at my university, and they decided to support Turbo C (16-bit DOS) as a valid programming environment. I just read that PC ^ 2, the software that will be used to automatically judge the competition, does not support 16-bit programs.
So, is there an alternative to Turbo C that I can use. I need the same header files, and the compiler must support all the obsolete C standards supported by Turbo C. But the output should be 32-bit. Is there a compiler that can satisfy these conditions?
source
share