enter image description here
I wrote a c++ code on visual studio code.Later I tried to run it on terminal.When I wrote ./a.out ,it didn”t recognize.It shows ./a.out : The term ‘./a.out’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:1
- ./a.out
-
+ CategoryInfo : ObjectNotFound: (./a.out:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
New contributor
taz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.