It requires MS-DOS (or emulation). DOSBox might be a solution.
Use "OS Shell" from File menu.
How the turbo c plus plus use what in the computer.
Borland Turbo C++ is a 16-bit IDE for MS-DOS/Windows 3.1 and will not work on a 64-bit Windows system. Development of Turbo C++ ceased in 2006 after being put on hold for 12 years in 1994. It was superseded by Borland C++ Builder (originally released in 1997) which is now owned by Embarcadero. The latest version is Embarcadero C++ Builder XE7, released September 2014.
we can use graphics.h but nowadays its cumbersome to run it on 64bit architecture and moreover it has limitations.So we use opengl for it.For more info and c tutorials go to helpucode.blogspot.in
If you're an experienced C++-programmer, they it is easy to use, even if you are not making an OS.
It has no use in C++ itself, it is only useful in Borland Turbo C++. It provides generic graphics support for Borland Turbo C++ applications.
With program DosBox,
Turbo C compiles c source. turbo c++ compiles c++ source code.
TLINK is the Turbo C++ linker utility. You use it to link the object files created by the Turbo C++ compiler.
Yes, it is available for windows 7. You can run Turbo C in windows 7 basically using DOS Box emulator. Turbo C works fine with windows 7. Up to now, many programmers use Turbo C in programming C in windows environment.
You can use a software called DOSboxAnother Answer:Turbo C++ was discontinued in 2009 by Embarcadero Technologies. While you might be able to get it to run in Windows 7 using compatibility mode, it would be better to upgrade to C++Builder.You can use DOSBox to install Turbo C in Windows 7. Or Turbo C Simulator which install Turbo C in Windows 7 in a single click.
turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.