- It is a C++ compiler and integrated development environment (IDE) and computer language.
- Turbo C++ provides an environment called IDE (Integrated Development Environment).
- The editor is used to create the source file, compile it, link it and then execute it.
- Anything that runs Linux should do as long as it has a display, keyboard and mouse :P
- Latest version of DOSBox Emulator should be installed via your distro's package manager, Ubuntu/Mint users can install it by typing
sudo apt install dosbox
in the terminal.
- Download latest version of TurboCPP from here
- Extract the zip file anywhere you like
- Open a terminal in that folder and type
./TURBOCPP
to open TurboC++ IDE (make surechmod +x
is given to it or else it won't run)
- Huge thanks to @vineetchoudhary for the TurboCPP files.
Report them here