Applications that need to take advantage
of the larger address space available on HP-UX 64-bit platforms
must be recompiled in 64-bit mode. Applications that do not need
the larger address space, but need to perform 64-bit integer arithmetic
can remain in 32-bit mode by using the long long
64-bit data type. This chapter provides information about when and
how to port C and aC++ programs to 64-bit mode.