Skip to content
This repository was archived by the owner on Apr 6, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.28 KB

What is Turbo C++?

A screenshot of the TurboC++ IDE

  • 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.

System Requirements

  • 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 and Instructions

  • Download latest version of TurboCPP from here
  • Extract the zip file anywhere you like
  • Open a terminal in that folder and use the start.sh script to open TurboC++ IDE (make sure chmod +x is given to it or else it won't run)

Credits

Issues ?

Report them here