Difference between revisions of "Code Formatting Conventions"

Jump to navigation Jump to search
→‎Whitespaces: Fix one level of nonsense in the for statement example
m (→‎Switch / Case constructs: remove spaces around slash in the title (spaces should only be used for divide multi-word phrases and even that's optional))
(→‎Whitespaces: Fix one level of nonsense in the for statement example)
Line 61: Line 61:


<syntax type="C++">
<syntax type="C++">
for (int a = 0; b++; c < d)
for (int a = 0; b < c; d++)
</syntax>
</syntax>
<syntax type="C++">
<syntax type="C++">
68

edits

Navigation menu