Thread
:
How To create Larger Data type in C
View Single Post
jayaraj_ev
Go4Expert Member
29Aug2007,19:18
Hi,
Can you create a data type in "C" were we can store 20 bytes and perform simple arithmentic operations like +, -
for example
New_Type A, B, C;
A = 0xFFFFFFFFFFFFFFFFFFFFFFFFFF;
B = 0xFFFFFFFFFFFFFFFFFFFFFFFFFF000;
C = A + B;
Thanks in advance