Setting Up Turbo C++ in DOSBox

Steps

  1. Create a folder named Borland in Local Disc (C:),

  2. Download Turbo C++,

  3. Extract it in the Borland folder made inside Local Disc (C:),

  4. Download and install DOSBox,

  5. Open DOSBox application,

  6. Run the following commands and enjoy!

    mount c c:\borland
    c:
    cd turboc3\bin
    tc.exe
    

    DOSBox - Home

    DOSBox - TurboC++

If you don’t want to enter commands every time

  1. Download the config file,

  2. Keep it in the Borland folder made inside Local Disc (C:),

  3. Open properties of the shortcut of DOSBox program,

  4. Replace -userconf with the following

    -noconsole -conf “C:\Borland\TURBOC3.conf”
    

    DOSBox - TurboC++

Rename the shortcut to Turbo C++ from General tab and click Ok.

Next:
Add VSCodium in Windows Context Menu