class Foo { static bool thing. }; What's the naming convention for static member variables like this? I've seen m_foo, which seems positively harmful. I've seen s_foo, which I like. There are 165 instances of s_ that I can find in the project. There are 17 instances of static m_. Simon