Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- mysql 5.5
- Effective Java
- regex
- REACTJS
- git
- Node
- nodejs
- current_date
- npm
- JavaScript
- log_bin
- spring cloud
- Chunk
- migration
- Spring Batch
- java
- REACT
- MySQL
- 정규표현식
- expire_logs_days
- update
- Webpack
- Effective Java 3/e
- spring
- Regular expression
- Express
- eslint
- log4j2
- upgrade
- 퀵소트
Archives
- Today
- Total
내 세상
[Visual Studio Code] 콘솔창이 자꾸 꺼지는 문제 해결 본문
728x90
반응형
Visual Studio로 오랜만에 코딩하려고 하는데, 자꾸 꺼진다. 매우 열이 받지만 간단한 해결 방법.
int main() {
system("pause");
return 0;
}
소스 코드 return 0으로 끝내기 전에 system("pause") 라는 한줄을 추가하여 막음.
그 외의 다른 방법도 있지만, 불편해서 요게 젤 편합니다
728x90
반응형
'Coding > Algorithms' 카테고리의 다른 글
[Algorithm] 백준 14502번 연구소 (0) | 2019.02.21 |
---|---|
[Algorithm] 백준 10951번 A+B-4 (0) | 2019.02.21 |
[Algorithm] 백준 16235번 나무 재테크 (0) | 2019.02.21 |
[Algorithm] 백준 16236번 아기 상어 (0) | 2019.02.18 |
[Algorithm] 백준 16234번 인구 이동 (0) | 2019.02.15 |