11
2002 C Program Outline How to use turbo c++ 3.0?

2002 C Program Outline How to use turbo c++ 3.0?

Embed Size (px)

Citation preview

Page 1: 2002 C Program Outline How to use turbo c++ 3.0?

2002 C Program

Outline

How to use turbo c++ 3.0?

Page 2: 2002 C Program Outline How to use turbo c++ 3.0?

2002 c++ program

install• Download tc3.zip at access.ee.ntu.

edu.tw/tc3.zip or www.borland.com

• Create a temp folder in drive C:

• Unzip the zip file into above folder

• Double click the install.exe file in above folder

Page 3: 2002 C Program Outline How to use turbo c++ 3.0?

2002 c++ program

Press enter, after see the copyright page, then you can see the next pag

e

Page 4: 2002 C Program Outline How to use turbo c++ 3.0?

2002 c++ program

Change the drive by type C, then press enter

Page 5: 2002 C Program Outline How to use turbo c++ 3.0?

2002 c++ program

it will automatically load the right path, so you can press enter directly

Page 6: 2002 C Program Outline How to use turbo c++ 3.0?

2002 c++ program

Press F9 to start installation

Page 7: 2002 C Program Outline How to use turbo c++ 3.0?

2002 c++ program

How to use tc3?• After installation, double click the C:\tc\bin\tc.ex

e or C:\tc\bin\tc (MS-DOS) ; then you can see the following window

Create a cpp file

Open a cpp file

Save the file

Exit program

Page 8: 2002 C Program Outline How to use turbo c++ 3.0?

2002 c++ program

Compile cpp file (Alt+ F9)

Page 9: 2002 C Program Outline How to use turbo c++ 3.0?

2002 c++ program

If Compiler is successful, use RUN (Ctrl+F9) to execute the *.exe file

Page 10: 2002 C Program Outline How to use turbo c++ 3.0?

2002 c++ program

If error was found, use Debug support to trace error (e.g, set variables to be monitored)

Page 11: 2002 C Program Outline How to use turbo c++ 3.0?

2002 c++ program

Observe Your Output

• Use or Window/Output to see your printed outp

ut

• Use Window/Tile or Window/Next to move aro

und your windows.

• Demo in class.

• Computer is always correct. You must be wron

g in getting incorrect results.

• Good luck!!