Difference between revisions of "Template:Data types"
Jump to navigation
Jump to search
imported>Yahia.barie (bn:টেমপ্লেট:Data types) |
imported>Incnis Mrsi (either include both memory address varieties (not only physical), or leave only memory address as a general concept) |
||
| Line 10: | Line 10: | ||
*[[Byte]] | *[[Byte]] | ||
*[[Ternary numeral system|Trit]] | *[[Ternary numeral system|Trit]] | ||
| − | *[[ | + | *[[Ternary numeral system#Tryte|Tryte]] |
*[[Word (computer architecture)|Word]] | *[[Word (computer architecture)|Word]] | ||
|group2 = Numeric | |group2 = Numeric | ||
|list2 = | |list2 = | ||
| − | *[[integer (computer science)|Integer]] | + | *[[integer (computer science)|Integer]] ([[signedness]]) |
*[[Fixed-point arithmetic|Fixed-point]] | *[[Fixed-point arithmetic|Fixed-point]] | ||
*[[floating point|Floating-point]] | *[[floating point|Floating-point]] | ||
| Line 27: | Line 27: | ||
|list3 = | |list3 = | ||
*[[Character (computing)|Character]] | *[[Character (computing)|Character]] | ||
| − | *[[string (computer science)|String]] | + | *[[string (computer science)|String]] ([[Null-terminated string|Null-terminated]]{{·}} [[length-prefixed string|length-prefixed]]) |
|group4 = [[Pointer (computer programming)|Pointer]] | |group4 = [[Pointer (computer programming)|Pointer]] | ||
|list4 = | |list4 = | ||
| − | *[[physical address| | + | *[[memory address|Address]] ([[physical address|physical]]{{·}} [[virtual address space|virtual]]) |
*[[reference (computer science)|Reference]] | *[[reference (computer science)|Reference]] | ||
| Line 75: | Line 75: | ||
*[[template (programming)|Template]] | *[[template (programming)|Template]] | ||
*[[Type constructor]] | *[[Type constructor]] | ||
| + | *[[Type conversion]] | ||
*[[Parametric polymorphism]] | *[[Parametric polymorphism]] | ||