Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- c++
- 10773
- 입력 버퍼
- system programming
- process control
- 4949
- 균형잡힌 세상
- 바샤
- Parenthesis
- 브런치
- IT
- Process Communication
- File 조작
- Zero That Out
- file IO
- 5622
- LJESNJAK
- 시프
- 시스템 프로그래밍
- 백준
- BAKA
- QA
- 2941
- 1874
- The Balance of the World
- 해바
- For Beginners
- c
- Baekjoon
- 전자책
Archives
- Today
- Total
해바
입력 버퍼 비우기 본문
입력버퍼 비우기
[Visual Studio 2015버전] 숫자를 입력한 뒤 Enter키를 누르게 되면, 다음에 입력받는 단계를 건너뛰는 경우가 발생한다. #include"stdio.h" #pragma warning(disable : 4996) void main(){ int num1, n..
marell.tistory.com
변수에 값이 저장되기 전에 입력 버퍼에 값이 씌여짐.
'C, C++ > 끄적끄적' 카테고리의 다른 글
C / C++ 입출력 속도 비교 (0) | 2019.08.18 |
---|
Comments