Data type
From Just Solve the File Format Problem
(Difference between revisions)
(more) |
Dan Tobias (Talk | contribs) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 20: | Line 20: | ||
| caption = | | caption = | ||
}} | }} | ||
+ | == Fundamental types == | ||
+ | * [[Bit]] | ||
+ | * [[Boolean]] | ||
+ | * [[Byte]] | ||
+ | * [[Word (data type)]] | ||
+ | == By language / framework / library == | ||
* [[C data types|C]] | * [[C data types|C]] | ||
* [[C++ data types|C++]] | * [[C++ data types|C++]] | ||
− | * [[C | + | * [[C Sharp data types|C#]] (.Net framework) |
* [[COBOL data types|COBOL]] | * [[COBOL data types|COBOL]] | ||
+ | * [[GLib library data types|GLib library]] | ||
* [[Java data types|Java]] | * [[Java data types|Java]] | ||
* [[Lisp data types|Lisp]] | * [[Lisp data types|Lisp]] | ||
Line 35: | Line 42: | ||
== See also == | == See also == | ||
− | * [[ | + | * [[Elements of File Formats]] |
* [[Text-based data]] | * [[Text-based data]] | ||
+ | * [[Programming Languages]] | ||
+ | |||
+ | [[Category:Elements of File Formats]] |