How to store a 64 bit integer in 2 32 bit integers and convert back again

Posted by Stowelly on Stack Overflow See other posts from Stack Overflow or by Stowelly
Published on 2010-05-11T11:36:13Z Indexed on 2010/05/11 11:44 UTC
Read the original article Hit count: 120

Filed under:

Hi, basically exactly as the title says, I'm pretty sure its just a matter of some bitwise operations, I'm just not entirely sure of exactly what I should be doing, and all searches return back "64 bit vs 32 bit" etc etc thanks

© Stack Overflow or respective owner

Related posts about c++