A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
did you follow the vscode setup?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
my visual studio code is giving too many error even though the code is right and mingw is installed in the system and unable to comile and run the code
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
did you follow the vscode setup?
Hello @Pranav Kumar Mahto ,
Could you please share the first few error messages shown in the Terminal or Problems panel?
Also, please run g++`` ``--version in the VS Code terminal and share the output, along with your tasks.json file if available. This will help us determine whether the issue is related to the compiler installation, PATH, or the VS Code build configuration.