0%

Build Environment

Vs code

I try to use Visual Studio Code about two months ago ,because Pycharm can’t satisfy the needs of some kinds of languages or wsl. This time I only need to attend some plug-in.

g++

Because g++ is in linux and the laptop I used is windows , I had to search the solution on Google .But when I try to do as the Tutorial ,the browser always said that “ 将您重定向的次数过多“ .I almost try all solutions on the google, but it makes no sense.

At last I download it on my mobile-phone and send it to my laptop.

Hello,world!

After all, I copy a helloworld.cpp,like that

1
2
3
4
5
6
7
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, world!" << endl;
return 0;
}

I call g++ test1.cpp and .\test1 get the right answer Hello,world!

20210104_helloworld

------------- The end -------------

Welcome to my other publishing channels