C++ Language/Type
In C++, every variable is required to have a well-defined "type", which describes how its values are represented in memory (and what operations are appropriate for those values).
- Hungarian Prefixes
- Boolean
- Literals
- Bitwise Representation
- Max Value
- Conversion
- Enumeration
- Shortcuts
- Variant
- RTTI: RunTime Type Information