Getting error while running executable C++ file in VScode terminal
I am running a simple helloworld.cpp file by compiling it using the “g++ helloworld.cpp” command, and it gets compiled successfully but after that an executable a.exe is formed and i run it by using “./a.exe” , but then it shows that ‘.’ is not recognized as an internal or external command, operable program or batch file.