Open main menu

Difference between revisions of "Code Formatting Conventions"

m
→‎Whitespaces: whitespace
(→‎Whitespaces: Added info about pointers and casts)
m (→‎Whitespaces: whitespace)
Line 109: Line 109:


'''Pointers and casts'''
'''Pointers and casts'''
No whitespace after a cast; and in a pointer, we write a whitespace before the start but not after it.
No whitespace after a cast; and in a pointer, we write a whitespace before the start but not after it.
<pre>
<pre>
68

edits