This is mostly style related, but it makes it a hell of a lot easier to see what's going on if all your member variables are prefixed (with "m_", for example). That way, if you're debugging a complex class, you know exactly what is internal to the class.