Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Manipulating 64 bit numbers in Pro*C
On 03 Nov 1997 09:48:30 +1030, David Rajaratnam <David.Rajaratnam_at_dsto.defence.gov.au> wrote:
> I do not want to assume that a long is 2^64 as this is
> compiler/machine dependant.
Very true indeed. Compiler vendors recognize this, and some compilers have a distinct variable type for 64 bits or larger. Try looking through your compiler's documentation for variable type __LONGLONG or LONGLONG. Received on Tue Nov 04 1997 - 00:00:00 CST
![]() |
![]() |