C++의 경우 우선 아래 두 문서 정독을 추천드립니다.
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
https://google.github.io/styleguide/cppguide.html
GitHub 내에 오픈소스 프로젝트들 보시면 코딩 스타일을 다 정하고 시작하는데 이런것도 보시면 좋습니다.
Scott Myers의 Effective C++과 Effective Modern C++도 추천드립니다.