hour01_3.txt
来自「《24学时精通c++》的随书源码的下半部分。欢迎下载学习。」· 文本 代码 · 共 16 行
TXT
16 行
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 + =
减小字号Ctrl + -
显示快捷键?