style.txt

来自「开放源码的编译器open watcom 1.6.0版的源代码」· 文本 代码 · 共 47 行

TXT
47
字号
C++ Style Notes
---------------


(A) H Files
===========

    PLUSPLUS.H  - include in every module

    CMDLINE.H   - comannd-line processing

    CGDATA.H    - code-generation information

    ERRDEFNS.H  - error definitions: message codes, routines

    HFILE.H     - H file processing: functions

    IOSUPP.H    - i/o support: functions

    MEMMGR.H    - memory management: functions

    PREPROC.H   - for use by modules which interact with the scanning

    RING.H      - ring (list and stack) management

    RINGNAME.H  - rings of names

    STATS.H     - statistics: data

=================

    CVARS.H     - I have slimmed this down; try to eliminate its use

    JUNK.H      - used to park required variables


(B) Obsolete H Files
====================

    CMEMMGR.H


(C) Obsolete C Files
====================

    These are commented out in COBJS.MIF.

⌨️ 快捷键说明

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