阅读背景:

g++编译cpp文件

来源:互联网 

源代码hel.h

#include "iostream"

源代码hel.cpp

#include "hel.h"

using namespace std;

int main(){
        std::cout<< "--start---" << std::endl;
        return 0;
}
#



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: