# Type system In ++C types are extremely simple so that transpilation to any language can be made easier. Types in ++C are strongly inspired by C, so there are only structs and internal numeric types. Table of contents: 1. [Fields](./fields.md) 2. [Integrated types](./integrated-types.md) 3. [The void type](./void-type.md)