Hi,
I have a c++ code in which i have combined 2 u_int32_t data into a single u_int64_t data initially.
Now, i need to split this u_int64_t data into their 2 corresponding u_int_32_t data?(I need to gather the values of the 2 u_int32_t as they were before the combination to that u_int64_t).
Can anyone provide me with a piece of code which would help to do this?
Thanking you,
Am_Rich...!