Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turbo C++-like editor [closed]

Tags:

c++

ide

do you know if there is some Borland's Turbo C++ clone text-only IDE or something similar for Unix boxes?

I want to have a C++ IDE (editor/compiler/debugger) in text mode available through my console terminal.

like image 968
ebasconp Avatar asked Feb 21 '11 00:02

ebasconp


People also ask

How do I get Turbo C back on?

If you want to just pause your infinite loop in Turbo C then press the BREAK . If you want to get back to the editor of your program in Turbo C then press CTRL + BREAK . It will return back to editing your program.

Why is Turbo C++ not working Windows 10?

It does not run on windows 10 pro. Turbo C++ is a 16 bit program natively, so it should not run on systems running Windows 7 and greater.

Can we run Turbo C on Windows 10?

Download Turbo C++ for Windows 7, 8, 8.1, 10 and Windows 11 (32-64 bit) with full/window screen mode and many more extra features.

Is Turbo C an editor?

Turbo C was a software development tool for writing programs in the C language. As an IDE, it included a source code editor, a fast compiler, a linker and an offline help file for reference.


1 Answers

There is an application very similar, although not a clone, to Borland editors: FTE.

like image 113
fury Avatar answered Oct 21 '22 13:10

fury