安装mingw软件
mingw
写一个hello.cpp文件
#include "stdio.h" int main(){ printf("hello\n"); return 0; }
编译成exe命令
g++ hello.cpp -o hello
本文标题:c++
本文链接:https://www.haomeiwen.com/subject/zxdqcxtx.html
网友评论