Using Turbo C++ in Windows 7 along with graphics support

DOSBox

Use dosbox to mount and run TC.EXE

Download DOSBox here…

Mounting

Z:\>MOUNT C "PATH OF BIN"
Z:\>C:
C:\>TC 

[TURBO C++ IDE opens]

NB:

  1. You can include the codes for mounting and running in - C:\\Users\\username\\AppData\\Local\\DOSBox\\dosbox-0.74.conf - file at its end as autoexecute commands on startup; so that it will be executed automatically on every startup of DOSBox.

  2. To run in fullscreen mode edit the .conf file mentioned above and change “fullscreen=false” to “fullscreen=true”

Configuring

It may need some configuration.

Options->Linker->Libraries->Graphics Library (select it)

Note: Better to copy the files in folders BGI, INCLUDE and LIB and paste to BIN. Now clear the Options -> Directories paths.