I just download visual studio code to do my college project in C language. I already download all the necessary extensions to run the code but when I want to run the code option only the terminal will send me this
PS C:\Users\User\Documents\c test> cd "c:\Users\User\Documents\c test" ; if ($?) { g++ Hello world.c -o Hello world } ; if ($?) { .\Hello world }
cc1plus.exe: fatal error: world.c: No such file or directory compilation terminated.
but if I run it in debug C\C++ file or Run C\C++ file the code output will show can you help me to make the terminal will show the output only