preprocessor directive 中文意思是什麼

preprocessor directive 解釋
前處理器
  • preprocessor : n. 【計算機】預處理程序。
  • directive : n. 〈美國〉命令,訓令,指令;方針。adj. 1. 指導的,指揮的;管理的。2. 【無線電】指向[定向]式的。
  1. To avoid this substitution, the preprocessor directive could look like this

    為了避免發生這種替換,預處理程序指示符可以是類似這樣的:
  2. That is, a variable name should not be passed to a preprocessor directive and a symbol can only be evaluated by a preprocessor directive

    即,不應將變量名傳遞到預處理器指令,並且只能用預處理器指令計算符號。
  3. Preprocessor directive in your source file

    預處理器指令一樣。
  4. A preprocessor directive must be the only instruction on a line

    預處理器指令必須是行上的唯一指令。
  5. Preprocessor directive in your source file, except that constants defined with

    預處理器指令類似的效果,只是使用
  6. Code that is not to be compiled, per a conditional preprocessor directive such as

    排除的代碼根據某個條件預處理器指令(如
分享友人