On 11/6/06, Levi Pearson <levi at cold.org> wrote: > When programming in C, C++, or Java (among others), standard numeric No, in java you use the BigInteger or BigDecimal class to deal with big numbers. These are arbitrary-precision numbers. They will grow until you run out of memory (or address space -- 32-bit systems blow). -Bryan