好像在 C 里, // 不是 comment。 记不得了。
Microsoft Specific
The Microsoft compiler also supports single-line comments preceded by two forward slashes (//). If you compile with /Za (ANSI standard), these comments generate errors. These comments cannot extend to a second line.
other
// This is a valid comment
原始的c里头只有/* comment */