Class names that start with C

前端 未结 12 1918
被撕碎了的回忆
被撕碎了的回忆 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:17

    I can't answer all your questions, but as far as I know, it's just to distinguish the MFC classes from other classes -- a form of Hungarian Notation.

    Interestingly, it's apparently controversial not just outside MS, but inside as well.

提交回复
热议问题