Difference between revisions of "Code Formatting Conventions"

Jump to navigation Jump to search
m
(→‎Naming: change "classes" naming section to general type nameing)
Line 167: Line 167:
class MeClass() { /* ... */ }
class MeClass() { /* ... */ }
struct MeStruct() { /* ... */ }
struct MeStruct() { /* ... */ }
typedef int MyInt;
typedef int MeInt;
</syntax>
</syntax>


561

edits

Navigation menu