Types.md (345B)
1 +++ 2 title = 'Types' 3 +++ 4 # Types 5 Built-in: simple types with language-defined operations (int, char, etc.) 6 7 User-defined (combining built-in types into larger aggregates) 8 9 - Structs: classes with all-public data members 10 - Classes: abstract data types with hidden implementation/state. members are private by default 11 - everything in std namespace