-
C/C++] include header 작성법코딩Coding/C++__C언어 2021. 11. 29. 00:38728x90
https://ks1171-park.tistory.com/m/25
[ C/C++ ] include header 작성법
개발을 하다보면 많은 라이브러리들을 참조하게 되고, 그 라이브러리에서 제공하는 header file을 include하게 된다. 또한 그것들을 응요하여 각 프로젝트에 맞는 header file을 작성하게 되면서 수 많
ks1171-park.tistory.com
C/C++] include header 작성법
https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_IncludesGoogle C++ Style Guide
Google C++ Style Guide Background C++ is one of the main development languages used by many of Google's open-source projects. As every C++ programmer knows, the language has many powerful features, but this power brings with it complexity, which in turn ca
google.github.io
#include 하고 넣을 때
관례와 같은 순서들이 있다
잘 지켜서 클린 코딩을 하자
깔끔하고 보기 좋게 가독성 높이고
효율은 올리고반응형'코딩Coding > C++__C언어' 카테고리의 다른 글
Ubuntu설치 후]C++ 헤더.h 오류 해결VSCode (0) 2021.12.01 Ubuntu에서 C/C++용 Visual Studio Code를 설정하는 방법 | 리눅스 | C | C++ | GCC | G++ | 클랑 | VSCODE (0) 2021.12.01 C++)스마트 포인터 (0) 2021.11.29 C++ 정리] 자료형의 크기 및 범위- Beom’s Blog (0) 2021.11.29 Moder_C++ 20 독일분 홈페이지 내용 괜찮은듯? (0) 2021.11.28 프로그래밍 일반] 부동 소수점의 구조 (0) 2021.11.26 CPP]Projection Matrices-Vukan Game Engine Tutorial (0) 2021.11.14 C++ - 쉽게 설명한 포인터(point)와 레퍼런스(reference) 이야기 (0) 2021.08.14