Naming convention - underscore in C++ and C# variables

前端 未结 19 2139
春和景丽
春和景丽 2020-11-28 01:11

It\'s common to see a _var variable name in a class field. What does the underscore mean? Is there a reference for all these special naming conventions?

相关标签:
19条回答
  • 2020-11-28 01:56

    There's no particular single naming convention, but I've seen that for private members.

    0 讨论(0)
提交回复
热议问题