비주얼 스튜디오 2022에서 결과를 실행하면 "프로세스가 종료되었습니다" 라는 문구가 뜹니다.
이 문구를 없애기 위해 디버그>옵션>디버깅이 중지되면 자동으로 콘솔 닫기를 체크하면 결과화면이 볼 수 없을만큼 빠르게 꺼집니다.
그리고 프로젝트>속성>링커>시스템>하위시스템:콘솔 로 설정해도 마찬가지입니다.
"프로세스가 종료되었습니다" 라는 문구를 없앨 수 있는 방법이 없을까요?
When the results are executed in Visual Studio 2022, the phrase "The process is finished" appears.
To eliminate this phrase, when Debug > Options > Debugging stops, the result screen turns off as quickly as you can't see by checking Close Console automatically.
And it's the same if you set it to Project > Properties > Linker > System > Subsystem: Console.
Is there any way to get rid of the phrase "process has ended"?

