visual studio를 쓰다가 vs code로 넘어오면서, vs code에 너무 익숙해지다 보니. visual studio로 넘가기 싫었다.
C++ 컴파일러 설치부터 디버깅 연동까지 다음 블로그를 참고해서 환경설정에 성공!
https://webnautes.tistory.com/1158
vs code는 매우 똑똑해서 F5 랑 ctrl+F5를 눌러서 디버그 없이 실행이랑, 디버그 모드 둘다 들어 갈 수 있다.
# 백준 알고리즘 !
- 환경 설치하기.
[https://webnautes.tistory.com/1158](https://webnautes.tistory.com/1158)
As I used visual studio to move to vs code, I got too used to vs code. I didn't want to skip to visual studio.
From setting up the C ++ compiler to linking debugging, refer to the following blog and succeed!
https://webnautes.tistory.com/1158
Programming C / C ++ in Visual Studio Code (Windows / Ubuntu)
Describes how to compile and run C / C ++ in Visual Studio Code installed on Windows and Ubuntu environments. The operating system versions we used for testing were Windows 10 and Ubuntu 18.04. Visual Studio Code version ..
webnautes.tistory.com
vs code is so smart that you can enter both run and debug mode without debugging by pressing F5 and ctrl + F5.
# Baekjun algorithm!
-Install the environment.
[https://webnautes.tistory.com/1158] (https://webnautes.tistory.com/1158)
'Algorithm > Lecture' 카테고리의 다른 글
알고리즘 풀이를 위한 C/C++/STL 기초 정리 - C++ string 편 (0) | 2020.01.23 |
---|---|
알고리즘 풀이를 위한 C/C++/STL 기초 정리 - STL(2)편 (0) | 2020.01.23 |
알고리즘 풀이를 위한 C/C++/STL 기초 정리 - STL(1) 편 (0) | 2020.01.23 |
알고리즘 풀이를 위한 C/C++/STL 기초 정리 - C++언어편 (0) | 2020.01.23 |
알고리즘 풀이를 위한 C/C++/STL 기초 정리 - C언어편 (0) | 2020.01.23 |