How do you reconcile common C++ naming conventions with those of the libraries

前端 未结 10 2080
执笔经年
执笔经年 2020-12-24 01:14

Most C++ naming conventions dictate the use of camelCaseIdentifiers: names that start with an uppercase letter for classes (Person, Booking

10条回答
  •  攒了一身酷
    2020-12-24 01:52

    Why the need to reconcile? As long as the code compiles, and you can get work done, don't worry about it.

提交回复
热议问题