Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
84 views
in Technique[技术] by (71.8m points)

c++ - How to configure compiler for WSL and visual studio code

I am new to linux, c++, and visual studio code. Right now, the compiler I have installed does not match the required year for my class, which is g++ 2017. I am wondering how to add the compiler, which is on the linux environment, to visual studio code.

Thank you!

question from:https://stackoverflow.com/questions/65887914/how-to-configure-compiler-for-wsl-and-visual-studio-code

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can start here:

Using C++ and WSL in VS Code

There is a VSCode extension Remote - WSL that simplifies the setup.

Don't worry about the exact compiler version, a newer version should work fine (better even).


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...