Closed matthiasbock closed 8 years ago
Options:
1a) use MinGW-GCC to compile natively on Linux (do these EXEs work with MS-DOS?) 1b) run Borland Turbo C++ in a virtualized environment, like DOSBox or DOSemu
2) compile for ANSI C syntax using GCC:
gcc -ansi -pedantic-errors ...
Nikolaus.c is now C-89 compatible. Main problems were:
...so it doesn't compile with Borland Turbo C++ Version 1.01 on MS-DOS 6.22, where it's supposed to run.