Difference between revisions of "Code Formatting Conventions"

Jump to navigation Jump to search
m
→‎Naming: remove "()" from class and struct examples (why was it in the class example anyway...)
m (→‎Naming: remove "()" from class and struct examples (why was it in the class example anyway...))
Line 165: Line 165:


<syntax type="C++">
<syntax type="C++">
class MeClass() { /* ... */ };
class MeClass { /* ... */ };
struct MeStruct() { /* ... */ };
struct MeStruct { /* ... */ };
typedef int MeInt;
typedef int MeInt;
</syntax>
</syntax>
561

edits

Navigation menu