C/C++的由源文件到预处理文件,为什么将预处理文件定位.i,i是哪个英文单词的缩写吗?
2条回答 默认 最新
- 大内群英7 2019-01-25 12:02关注
Intermediate file between the C preprocessor and the C compiler. It has all
#defines and #includes expanded, and #ifs decided.
what is .i file?解决 3无用
Intermediate file between the C preprocessor and the C compiler. It has all
#defines and #includes expanded, and #ifs decided.
what is .i file?