In part 4 of this series on the C++ Core Guidelines, Kate Gregory reminds you of an oddity in C++ when it comes to initializing member variables, and shows you a best practice that will make sure this ...
If all they're doing there is marking member variables with a trailing underscore, what's the point? <HR></BLOCKQUOTE>It's to prevent confusion when dealing with member functions (and function ...