프로그래밍/[C++]

[C++]변수 이름짓는법

#디파인 2020. 4. 22. 12:40

https://google.github.io/styleguide/cppguide.html#Variable_Names

 

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 can make code more bug-pr

google.github.io

 

해당문서를 잘 보자