各位大大好,想問一下vscode C++ run code 問題。
目前我在vscode中,是根據官網用MSYS2的方法下載MinGW工具鏈,
gcc --verison
g++ --verison
gdb --verison
都是有結果跑出來,確認安裝好的,到建置檔案都沒問題
問題是當我要執行檔案時,在終端機輸入./test.exe卻出現
「"."不是內部或外部命令可執行的程式或批次檔」
目前已經嘗試過網路上的方法,在環境變數中加入%SystemRoot%\system32;等路徑,
但是結果還是跑不出來,求大神幫幫忙
You can go to File > Preferences > Settings and search for tasks.json. Click on Open settings.json. Paste the following code into your tasks.json file, replacing <your_compiler>
with the actual path to your C++ compiler. Retro Bowl