Re: Java to C Structure Communication
Olivier Lefevre <[email protected]> Fri, 8 Feb 2008 07:46:17 -0800
| Newsgroups | gmane.comp.windows.devel.java.advanced |
|---|---|
| Message-ID | <[email protected]> |
> All Java ints are signed. > So to do an unsigned, you need to go to a bigger type. Does that really follow? Seen as byte[] arrays, signed and unsigned integers (or longs) span the same range of values: the difference is in how they are "interpreted". -- O.L. =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com