본문 바로가기

Algorithm/Lecture

알고리즘 C++ vs Code 환경 설정 하기.

visual studio를 쓰다가 vs code로 넘어오면서, vs code에 너무 익숙해지다 보니. visual studio로 넘가기 싫었다.

 

 

C++ 컴파일러 설치부터 디버깅 연동까지 다음 블로그를 참고해서 환경설정에 성공!

 

https://webnautes.tistory.com/1158

 

Visual Studio Code에서 C/C++ 프로그래밍( Windows / Ubuntu)

Windows와 Ubuntu 환경에 설치된 Visual Studio Code에서 C/C++을 컴파일하고 실행시키는 방법에 대해 설명합니다. 테스트에 사용한 운영체제 버전은 Windows 10과 Ubuntu 18.04입니다. Visual Studio Code 버전에..

webnautes.tistory.com

 

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)

불러오는 중입니다...