Posts by Matheus Forlán • 11 points
2 posts
-
-1
votes1
answer986
viewsQ: Problems running on VSCODE
I am able to compile my file in . C, it is written correctly (it is a simple Hello World), but when I run it, it appears this error message, it finds the.exe file, but fails to run it. I did…
-
-2
votes3
answers611
viewsQ: Code does not run in C on Vscode
I followed 2 tutorials, installed the Vscode and the compiler Mingw, put all necessary extensions, C/C++ Compiler run, among others. And I put the Mingw path in the PATH of the environment…