
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
VS code에서 실행 중인데 helloworld 실행에서 오류가 발생합니다.
원인이 무엇일까요..?

작성한 코드 및 에러 메세지
PS C:\Users\MYEONGWON\Desktop\sparta-gpt> g++ helloworld.cpp
g++.exe: error: helloworld.cpp: No such file or directory
g++.exe: fatal error: no input files
compilation terminated.
PS C:\Users\MYEONGWON\Desktop\sparta-gpt> helloworld.cpp
helloworld.cpp : 'helloworld.cpp' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로그램 이름으로 인식되지 않습니다. 이름이 정확한지 확인하고 경로가 포함된 경우 경로가 올바른지 검증한 다음 다시 시도하십시오.
위치 줄:1 문자:1
+ helloworld.cpp
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (helloworld.cpp:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
