microsoft / vscode-docs

Public documentation for Visual Studio Code
http://code.visualstudio.com/docs
Other
5.56k stars 4.51k forks source link

g++ not reccognized #7391

Closed Suryadeep190 closed 6 days ago

Suryadeep190 commented 2 weeks ago

while running a c++ code in vsc ,it shows error that the g++ is not recognized ,please check the path

ntrogh commented 2 weeks ago

@Suryadeep190 Have you checked that g++ is installed on your machine?

If you have it installed, you can also configure the path to the compiler with the C/C++: Edit configurations (UI) command in the Command Palette. Learn more about C++ configurations in our docs.

ntrogh commented 6 days ago

@Suryadeep190 Closing this issue. Feel free to reopen when you have follow-on questions.