You have a backslash at the end of your command prompt. It is just
cl triplex.cpp
That will compile the file and create an executable of the same name i.e. triplex.exe. You would then type that to run it i.e.
triplex.exe
Using PowerShell (what your integrated terminal is in VS Code) you would need to type
.\triplex.exe
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.