[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
cppint » DotNet » Curl Content Language » userpage » QbasicFAQ_WhereToGetIt » Calculating and Validating NMEA Checksums » JAD » TurboCppHelloWorld » burst » Alpha » CDataType
There are standard data types (which are also keywords), 'extended data types' and user-defined data types, mostly ?structs.
The standard data types for C are as follows:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
cppint » DotNet » Curl Content Language » userpage » QbasicFAQ_WhereToGetIt » Calculating and Validating NMEA Checksums » JAD » TurboCppHelloWorld » burst » Alpha » CDataType
(C) data type
A type of data. As C is more or less type safe, different types of data are distinguished. For example, the data type bool can only contain ?true and ?false, an integer only whole numbers and a double broken numbers.There are standard data types (which are also keywords), 'extended data types' and user-defined data types, mostly ?structs.
The standard data types for C are as follows:
- bool (newer ?compilers)
- char (or char*)
- double
- float
- int
- long
- ?short
- void (in the form of ?void*)
- ?wchar_t
'Extended data types'
'Data type' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
