home
clients
know-how
products
resources
contact
home
>
resources
>
c++ coding standard
> online version
Uwyn C++ Coding Standard
Prev
Chapter 2. Naming scheme
Next
Static Variables
Static variables should be prepended with 's'.
Justification
It's important to know the scope of a variable.
Example 2-12. Static Variables Example
class Test { public: private: static StatusInfo msStatus; }
Prev
Home
Next
Global Constants
Up
Type Names
powered by
RIFE
Copyright ©2001-2013 Uwyn bvba/sprl -
Privacy policy