📄 cmd-help.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 + -