위 사진은 scanf, cin과 같은 입력을 받기 위해선 위 사진과 같이 설정해야한다.
단축키 :ctrl+,
검색창에 입력: code-runner.run
참고
https://stackoverflow.com/questions/65662791/using-scanf-in-vs-code-with-the-code-runner-extension
Using scanf in VS Code with the Code Runner extension
I tried a very simple code of C language using scanf, and it falls into the infinite loop(or it looks like). the code is the following: #include <stdio.h> int main(){ int input = 0; ...
stackoverflow.com
'기타' 카테고리의 다른 글
파이썬 특정 경로 구하기 (0) | 2024.01.03 |
---|---|
파이썬 pyinstaller를 이용해 실행 파일에 이미지(아이콘) 넣기 (0) | 2024.01.02 |
윈도우 마우스 우클릭 탐색창 충돌 에러 (0) | 2023.01.16 |
Connecting a second mouse or keyboard directly to a hosted virtual machine (1033435) (0) | 2023.01.15 |
POSIX 함수 이름 에러 (0) | 2022.12.13 |