⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmd-help.txt

📁 这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望对大家有帮助
💻 TXT
字号:
UnderC Command-line Options (available with --help)

ucc <options> { <source file> }

Defaults to interactive mode if there's no source file specified; 
reads C++ definitions from defs.h, looking first in current directory
and then in the UnderC home directory.

-H <path>  Override UC_HOME

-I <path>  Add an include path

-D <M>=<V>  Add a preprocessor macro

-r <path>  Run in specified directory

-T         If a typedef is available for a complex type, use it in any error

-i         Force interactive mode, even if there is a source file specified

-W         Suppress linker warnings

-R         Switch on array checking on builtin arrays and vector<>

-P         Switch on pointer checking

-F         Attempt to optimize by inlining one-instruction functions

-v         Version

--help     This text

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -