c++

2017-06-22  本文已影响0人  adtk

安装mingw软件

写一个hello.cpp文件

#include "stdio.h"
int main(){
    printf("hello\n");
    return 0;
}

编译成exe命令

g++ hello.cpp -o hello
上一篇 下一篇

猜你喜欢

热点阅读