This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 64-bit Integers


> I installed the Mingw32 Win32 compiler so I could use JNI to integrate
> C++ speed with a Java interface, but GCC 2.8.1 apparently doesn't
> support 64-bit integers, so the JNI header files are incompatible. Do
> any of the more recent versions support 64-bit integers?

GCC has been supporting "long long" for ages. 2.8.1 does so, as well.

Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]