Windows10 VS2017 C++编译Linux程序

#include <cstdio> #include <iostream> #include "unistd.h" using namespace std; int main() { while (true) { cout << "hello linux!" << endl; sleep(1); } return 0; } 开启Linux虚拟机,运行以上代码,弹出
相关文章
相关标签/搜索