Class names that start with C

前端 未结 12 1919
被撕碎了的回忆
被撕碎了的回忆 2020-12-20 13:44

The MFC has all class names that start with C. For example, CFile and CGdiObject. Has anyone seen it used elsewhere? Is there an official naming convention guide from Mic

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-20 14:02

    we use it at work, like many other naming conventions

    by many I meant C for classes, p for pointer, m_ for members, s_ for static members, n for integer ... not many documents

提交回复
热议问题