Hi, How can we form a long long integer from two integers. Say i have , int32 hi; int32 low; long long bignumber; I need the big number with hi in the upper 32 and low in the lower 32 bits. Bit shifts didnt help me since shifts greater than 32 are not passed on . Thanks in advance, Regards Deepak -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ