A lot of C++ code uses syntactical conventions for marking up member variables. Common examples include
When you have a big method or code blocks, it's convenient to know immediately if you use a local variable or a member. it's to avoid errors and for better clearness !