項目編譯過程

預處理 編譯 彙編 鏈接 1.預處理 首先新建preprocess.cpp文件,輸入代碼: #include<iostream> #define add(a,b) a+b int main() { int c = 1; int d = 2; int e = add(c,d); std::cout<<e<<std::endl;
相關文章
相關標籤/搜索