10 Matching Annotations
  1. Mar 2022
    1. ● Processes #include, #define, #if, macros○ Combines main source file with headers (textually)○ Defines and expands macros (token-based shorthand)○ Conditionally removes parts of the code (e.g. specialize for Linux, Mac, ...)● Removes all comments

      Pre-Processor 部分的流程是什么?

  2. Nov 2020
  3. Oct 2020
  4. Sep 2020