Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thats All my files and settings expected output should be when I type in cmd
g++ hello.cpp -o a.exe It should compile something but instead I get nothing
It used to work even with like -o a.e because that was even faster but now it doesn't work with anything
Also when I try tu run the file directly in vs code it tells me I am using cl.exe and when I'm changing it in the setting to run g++.exe it doesn't listen
Beta Was this translation helpful? Give feedback.
All reactions