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 |
|
I call g++ test1.cpp
and .\test1
get the right answer Hello,world!