打开官网
https://visualstudio.microsoft.com/zh-hans/
开始下载安装
工作负载选择
开始下载并重启
密钥激活
NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y
Hello world
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world" << endl;
system("pause");
return 0;
}
https://visualstudio.microsoft.com/zh-hans/
开始下载安装
开始下载并重启
NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world" << endl;
system("pause");
return 0;
}
Comments | 0 条评论