C++ style guide: Difference between revisions

1 byte removed ,  1 September 2021
m
Take out extra newlines
(New "class declarations" section)
m (Take out extra newlines)
Line 100: Line 100:


Within a class the different access blocks should appear in the order 1) public, 2) protected, 3) private.
Within a class the different access blocks should appear in the order 1) public, 2) protected, 3) private.


=== Namespace ===
=== Namespace ===
1,072

edits