A lot of C++ code uses syntactical conventions for marking up member variables. Common examples include
Code Complete recommends m_varname for member variables.
While I've never thought the m_ notation useful, I would give McConnell's opinion weight in building a standard.