Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Manipulating 64 bit numbers in Pro*C

Re: Manipulating 64 bit numbers in Pro*C

From: Gee M Wong <gwong_at_erols.com>
Date: 1997/11/04
Message-ID: <345fb99c.313816341@news.erols.com>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US