📄 hour01_3.txt
字号:
Start a command environment (from the main windows menu select Start, Run
and then enter "cmd" (no quotes) and then press enter.
Change to the install directory for the compiler (since you could have
selected other than the default location, I cannot tell you exactly where).
In the binary directory you will see a command "bcc32.exe"
To compile a program enter the following command:
bcc32 sourcefilename.c
Where "sourcefilename.c" is your program.
How can you edit/create programs without using the IDE? With notepad,
EDIT, Microsoft Word (saved as text), vi, or any other tool you prefer.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -