My C++ coding style
Every programmer has his/her own coding style. Time goes by, and my coding style is changing. There following is my note on c++ coding style. I will explain why I want to coding in that style.
Why do I care about my coding style so much? Because I am a virgo.
Always add a m_ prefix to the members and use this to refer to other member functions in the member function.