We started learning C++ in our class at school a few months ago, and hence, we have to download and use Turbo C++ 3.0 (90s software, ugh), as we don't have to change the syntax at all. Till now, I managed on Code::Blocks on my sister's Windows, but I want to install Turbo C++ 3.0 on my Mac. I know we can do it using DosBox, and after following a few instructions, I did get the blue screen to come up on my Mac.
However, on running a simple Hello World program, I'm getting the following errors:
UNABLE TO OPEN INCLUDE FILE 'IOSTREAM.H'.
UNABLE TO OPEN INCLUDE FILE 'CONIO.H'.
and a bunch of other errors all related to this.
Can anyone suggest how to fix this?
I cannot download xcode as it is too big for my net connection, and i cannot build GCC on my own.