64-Bit Integers
843829Aug 6 2002 — edited Aug 6 2002Hi,
Is the jlong data type a signed 64-bit integer or an unsigned one?
I think it's signed, if so, any ideas how I could pass an unsigned 64-bit integer from C++ to java?
Perhaps by splitting it in two but it's not very clear for me how to do it...Any suggestions are welcome!
Thanks