Use // for all one-line comments in C++ code
Coding style says that C++ code should use "//" for single-line comments, but there's a lot of places where that's not the case. Update those comments.
Coding style says that C++ code should use "//" for single-line comments, but there's a lot of places where that's not the case. Update those comments.