Hexadecimal addition
robert.augustine86
Posts: 2
hi guys,
Which datatype can I use for hexadecimal numbers?
Which datatype can I use for hexadecimal numbers?
0
Comments
Integer, there's no fundamental difference between math operators on decimal or hexadecimal.
I use chars, because they are smaller.
Paul