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虛擬機,運行以上代碼,彈出鏈接框,輸入地址,用戶名和密碼,Linux須要安裝g++和GDB。
有一些庫和函數include以後vs會報錯,可是編譯能夠正常進行。
vs2017持續打開必定時間後,會提示rsync.exe和devenv.exe須要聯網,這時容許以後,再看編輯提示,報錯消失……linux

相關文章
相關標籤/搜索