hour02_3.txt
来自「C++学习的有利助手」· 文本 代码 · 共 15 行
TXT
15 行
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.
You should see no difference -- the IDE actually invokes the command line
compiler behind the scenes!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?