| Cray C/C++ Reference Manual | ||
|---|---|---|
| Prev Section | Chapter 3. Cray C and C++ Extensions | Next Section |
In extended mode, Cray Standard C allows C++ style // comment lines. The // characters start a comment, which terminates with the next newline character.
If there is a form-feed or a vertical-tab character in this type of comment, only white space characters can appear between it and the newline character that terminates the comment. The //, /*, and */ comment characters have no special meaning within a // comment, and they are treated like other characters. Similarly, the // and /* comment characters have no special meaning within a /* comment.
| Prev Section | Table of Contents | Title Page | Next Section |
| long long and unsigned long long Data Types | Up one level | Complex Data Types |