I am having trouble building and running a C++ program. I am running Windows 10, I have downloaded MinGW and have added the path for that in the environment variables. However, I have the Folder/file of my C++ project in another hard drive (internal) that I have. I'm getting and
Executing task: C:\MinGW\bin\g++.exe -g 't:\K*****n C******n\Development\theCodeRoadDev\TamperCPP.vscode\tasks.json' -o 't:\K*****n C*******n\Development\theCodeRoadDev\TamperCPP.vscode\tasks.exe'<
/usr/bin/bash: C:MinGWbing++.exe: command not found The terminal process terminated with exit code: 127
Is it because the program MinGW is in my C:\ Drive and my C++ project is in X:\ drive????
(The point of all this is to Keep my main C:\ drive clean and running smoothe)
Looking for help on this topic and a few others if someone has the time. Thank you!!