'VS Code not running C
I can't for the life of me get VSC to run C programs. The code in question runs correctly on Replit.
GCC installed (GCC file path was added to the windows environment)
I tried uninstalling and re-installing. And...
Does anyone have any idea why this might be happening?
Solution 1:[1]
You still have to configure vscode well, as said in the doc.
If C\C++ extension is installed it will be asked to configure it for debugging or building, just follow the documentation.
But it is still not running, execute your program in the terminal with the gcc command: gcc filename+extension -o filenameExe
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Brayan Tiwa |
