bcsample
来自「DOS环境下C/C++语言内存问题检测 numega的产品」· 代码 · 共 16 行
TXT
16 行
This file contains information on building BCSAMPLE with your compiler.
Specific switch settings are listed for Microsoft & Borland compilers.
1. Compile with Large memory model
Borland: Compile with /ml
Microsoft: Compile with /AL
2. Include debug information
Borland: Compile with /v, Link with /v
Microsoft: Compile with /Zi, Link with /CO
3. Produce a .MAP file
Borland: Link with /s
Microsoft: Link with /M
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?