Style Differences: How Our Coding Style Differs from That of the Text
We list here the main differences between our coding conventions and those you will observe in the current text for the course. You should follow the style you will see used consistently in all the instructor-supplied code on the course website.
//
double slashes that start a single-line comment.
// end whatever
kind of
comment that often follows the closing right brace of a construct
such as a loop body or the body of a function defintion.