Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

TURBO C/C++: Installer and Installation - Getting Started Answers to Common Questions

This post is for beginners who are either trying to use Turbo C/C++ for programming. Some frequently encountered problem and theirs solution in following series is presented as Getting Started in TURBO C/C++.Please give your valuable feedback to improve usability of this post.Thank You.
Related Readings
Variables Pointer Array And Files
C Programming Basic Questions
Dangling and Wild Pointers
Differences between Mutex And Semaphore
Difference Between Process and Thread

Getting Started in TURBO C/C++
[next]
Question: How do I Install Turbo C++?



Answer: Run the Install Program from the INSTALL/HELP disk. To start the installation, change your current drive to the one that has the install program on it and type INSTALL. You will be given instructions in a box at the bottom of the screen for each prompt. For example, if you will be installing from drive A:, type:

       A:
       INSTALL
At this point, the INSTALL program will appear with menus selections and descriptions to guide you through the installation process.


Question: How do I run Turbo C++?

Answer: After you have installed Turbo C++, type "TC" from the DOS prompt and you're ready to go.

Question: What is the difference between TC.EXE and TCC.EXE?

Answer: The Turbo C++ package comes with two compilers, an Integrated Environment named TC.EXE and a command-line compiler named TCC.EXE. The Integrated Environment combines the command-line compiler with an integrated editor, linker, debugger, and other useful features (such as pop-up and pull-down menus, full keyword and mouse support, and so on). The command-line version runs from the DOS command line. Please refer to the Turbo C++ User's Guide for details on using both systems.
CONTINUE READING »


This post first appeared on IngenuityDias, please read the originial post: here

Share the post

TURBO C/C++: Installer and Installation - Getting Started Answers to Common Questions

×

Subscribe to Ingenuitydias

Get updates delivered right to your inbox!

Thank you for your subscription

×