561
edits
m (→Naming) |
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> |
edits