Thanks mate. With your help finally I could run for the first time a C++ program in VS Code.^^ If you would make a tutorial for activating OMP and MPI in VS Code also, you would be my VS Code hero.^^ 😉
I am getting a path error when I try to run the code. Executing task: C/C++: gcc.exe build active file Starting build... cmd /c chcp 65001>nul && C:\MinGW\bin\gcc.exe -fdiagnostics-color=always -g C:\Users\cr7ne\Desktop\testeC\okay.c -o C:\Users\cr7ne\Desktop\testeC\okay.exe The system cannot find the path specified. I don't have MinGW on my C drive, are we supposed to?
Guys
Seriously this worked for me
After trying many videos finally this helped
In other videos they didnt say to install debugger
Glad my video helped you :)
You are a life saver
glad my video helped you :)
there's always an indian guy with a guide 🙏
glad my video helped you :)
Thanks mate. With your help finally I could run for the first time a C++ program in VS Code.^^
If you would make a tutorial for activating OMP and MPI in VS Code also, you would be my VS Code hero.^^ 😉
I will try :)
I am getting a path error when I try to run the code.
Executing task: C/C++: gcc.exe build active file
Starting build...
cmd /c chcp 65001>nul && C:\MinGW\bin\gcc.exe -fdiagnostics-color=always -g C:\Users\cr7ne\Desktop\testeC\okay.c -o C:\Users\cr7ne\Desktop\testeC\okay.exe
The system cannot find the path specified.
I don't have MinGW on my C drive, are we supposed to?
yes. you need a compiler. In the beginning part of this video i have explained how you can install one.