turbo C 2.0集成开发环境的使用(国外英文资料).doc
文本预览下载声明
turbo C 2.0集成开发环境的使用(国外英文资料)
The use of the Turbo C 2.0 integrated development environment
After downloading, unzipping, double-clicking TC. EXE, entering the Turbo C 2.0 integrated development environment, the screen shows:
─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ -- -
File Edit Run Compile Project Options Debug Break/watch
┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ the Edit ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐
│ Line 1 Col 1 Insert text-indent Tab File Unindent c: NONAME. │ c
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ ─ ─ ─ ─ ─ ─ ─ ─ ─ the Message ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ |
│ │
│ │
└ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ -- ─ ┘
F1 - Help f5-zoom f7-trace f9-step F9 - Make f10-menu
─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
One of the top ACTS is the main menu of Turbo C 2.0, the middle window is the edit area, followed by the information window, and the bottom line is the reference line. These four Windows form the main screen of Turbo C 2.0, and future programming, compilation, debugging, and running will be done on the main screen.
Heres the main menu:
(1) the main menu is on the top line of the main screen of Turbo C 2.0, showing the following:
File Edit Run Compile Project Options Debug Break/watch
In addition to Edit, all other items have submenus, which you can enter into the submenu of the item, as long as Alt and the first letter of the item (that is, uppercase).
File (File) menu
Press Alt + F to enter the File menu, which includes the following:
The Load (Load)
Load a file that can be selected by a wildcard, such as *.c, that is similar to DOS. You can also load the file with other extensions, just giving the file name (or just a path). The hot key for the item is F3, which allows you to enter the item in the main menu only by F3, without having to enter the File menu first.
. Pick (choose)
Will recently into the editor window eight files listed into a table allows users to choose, after choosing the program into the editor area, and the
显示全部