测试本地C++编译是否可以的方法
编写一个hello world
#includeusing namespace std; void main() { cout<<"hello world"< 接着搜索
再这个prompt内进入hello word 的地址,
输入 cl hello.cpp (hello为文件命名)
出现/out:hello.exe
hello.obj
再输入hello.exe
即可输出 hello world参考 踏莎行hyx的文章 windows 下用命令行编译和运行c/c++



