Originally posted by galenb
how could m_point not be a member?
When used from inside the class it could either be a global variable, a parameter variable or a member variable.

I don't use any prefix for members, but I can understand that it makes sense in larger projects. I'm just prefixing the variable type or base type if it is a type iCount, CMyClass, EMyException etc...