c++
(2)
-
c++2024.02.02
c++ 이론 이것 저것
c++은 함수가 기억된 메모리의 주소를 기억하고 가져올 수 있습니다. #include using namespace std; int p(int a, int b) {return a + b;} int m(int a, int b) {return a - b;} int c(int a, int b, int (*cal)(int, int)) {return cal(a, b);} int main() { cout0 -
c++2024.02.02
백준 연습용 vscode c++ 템플릿을 구성했습니다.
별건 없고, 그냥 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.git0
'c++' 카테고리의 글 목록
'c++' 카테고리의 글 목록