1,554
edits
(→Whitespaces: mention arrow operator) |
m (→Whitespaces: grammar) |
||
Line 144: | Line 144: | ||
'''Arrow operator''' | '''Arrow operator''' | ||
We | We put no spaces around the arrow operator. | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
int a = foo->bar; | int a = foo->bar; |