摘要: c++ 编译过程介绍 本文将对以下程序使用 g++ 进行编译,去讲述 c++ 的编译过程。 // hello.cpp #include <iostream> #define PI 3.14 int main(){ std::cout << "Hello PI :" << PI << std::end 阅读全文
posted @ 2021-05-16 12:24 陈加成 阅读(508) 评论(0) 推荐(0)