Using Borland Turbo C++ 3
Getting started in Borland's Turbo C++ 3 ( DOS) couldn't be easier. If you just have one module in your program ( if you are following the tutorial you will only have one module until Part 4) then do File\New.
You will be presented with a new edit window. Type in you C/C++ program. Select Compile\Build and there you go.
Select Run
and Run to run.
Use F8 to step through the program. You can use ALT+F5 to switch
to the program output at any time during the run. Use CTRL+F7 to
Watch and variable ( use the window menu to show the Watcg
window).
Thats about it I think. The help in this compiler is very good and should answer any questions.
This page hosted by Get your own Free Home Page