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.
Introduction:
I don't know whether you're referring to an Integrated Development Environment (IDE) or an actual C++ compiler.
The compiler converts the C++ text into machine language that the...