You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to get C linter to work but I would find the errors. I am using linter-gcc by hebaishi.
I tried a batch file with the code bellow: @echo off
bash.exe -c "gcc %*"
The text was updated successfully, but these errors were encountered:
I have been trying the same with c++ @echo off
bash.exe -c "g++ %*"
but it does not work for me. Has anybody found the solution for this yet? I need to compile it in g++ because of my university.
I tried to get C linter to work but I would find the errors. I am using linter-gcc by hebaishi.
I tried a batch file with the code bellow:
@echo off
bash.exe -c "gcc %*"
The text was updated successfully, but these errors were encountered: