c++

백준 연습용 vscode c++ 템플릿을 구성했습니다.

2024. 2. 2. 19:42
글 목차


728x90

별건 없고, 그냥 vscode랑 minGW설치하고 난뒤에 readme에 적힌대로 설치를 완료하면 됩니다.

 

VS를 쓰려하니 gcc 컴파일러가 아니면 백준에서 컴파일 오류가 뜬다고 해서 언제든 환경을 가져올 수 있도록 마련했습니다.

 

https://github.com/okanekudasai/BOJcpp.git

 

GitHub - okanekudasai/BOJcpp

Contribute to okanekudasai/BOJcpp development by creating an account on GitHub.

github.com

 

혹은 git Bash에서

git clone https://github.com/okanekudasai/BOJcpp.git

728x90
카테고리의 다른 글
c++ 이론 이것 저것
2024.02.02
백준 연습용 vscode c++ 템플릿을 구성했습니다.