|
From: | Leonard Rosenthol |
Subject: | Re: [Devel] Metrowerks CodeWarrior and 64bit data types |
Date: | Sun, 22 Jun 2003 19:04:26 -0400 |
At 04:45 PM 6/22/2003 -0400, benbneneb wrote:
not sure if anyone got back to you on this, but last i used 64 bit on codewarrior (approx a year ago), it was for ints, and the data type was "long long" (blech).
That is correct - it is the standard data type for a 64bit long integer. Using only "int" would be a BAD idea since it wouldn't allow for the creation of a non-ambiguous source tree that would compile and run on all systems.
Leonard
[Prev in Thread] | Current Thread | [Next in Thread] |