본문 바로가기

WIL(What I Learned)

VSCode C++ 사용자가 입력하기

https://stackoverflow.com/a/49846389/15011104

 

Visual Studio Code: Take Input From User

Currently, I'm trying to write C/C++ program in Visual Studio code. For this I've installed two extensions: C/C++ & C++ Intellisense As per the documentation, the debugging facility is not ava...

stackoverflow.com

 

Code -> Preference -> Settings 들어가서 Code-runner: Run In Terminal에 Whether to run code in Integrated Terminal에 체크표시해주면 cin 코드에 대해 사용자가 터미널에서 입력을 할 수 있게 된다.