Relative Content

Tag Archive for visual-studio-codevisual-c++

Problem to run only C++ code in VS code.what can i d?

In my visual studio code , I can’t run C/C++ code.But I install MinGw as well as add bin file to Path. Even I run gcc –version and gdp–version to check all is well. Everything is fine. But the problem arise when i run simple C/C++ code in VS code, it doesn’t not run anything(even doesn’t debugging).What can i do now?
Note: Previously i run python code in this vs code(code run finely).But problem arise only for C/C++ code. I uninstall python interpretor andreinstall VS code ….