I am unable to create the a.exe file for my tut1.cpp file! (I am new to programming!) #9766
-
I am unable to create the a.exe file for my tut1.cpp file! (I am new to programming!)this is what ive been showed. This is the response given to me by the terminal. **```
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Have you not saved your file? It's complaining about not finding a main method and it reads the file from disk. Also, you may need a tasks.json. You can try using the Debug C/C++ option in the top right of the file (it seems like you may be using g++ directly from the command line). |
Beta Was this translation helpful? Give feedback.
Have you not saved your file? It's complaining about not finding a main method and it reads the file from disk.
Also, you may need a tasks.json. You can try using the Debug C/C++ option in the top right of the file (it seems like you may be using g++ directly from the command line).