Skip navigation.
 
mlRe: SInt64 and UInt64 problems with large values
FROM : Scott Ribe
DATE : Sun Apr 03 08:18:46 2005

> In lieu of using "long long" and "unsigned long long" in my code, I'm
> trying to use the more compact "SInt64" and "UInt64"


I see you got you answer. Just wanted to point out that int64_t and uint64_t
are both compact, and part of the standard.


--
Scott Ribe
<email_removed>
http://www.killerbytes.com/
(303) 665-7007 voice

Related mailsAuthorDate
mlSInt64 and UInt64 problems with large values Ken Tozier Apr 2, 11:00
mlRe: SInt64 and UInt64 problems with large values Dave Rehring Apr 2, 11:40
mlRe: SInt64 and UInt64 problems with large values Ondra Cada Apr 2, 11:42
mlRe: SInt64 and UInt64 problems with large values Ken Tozier Apr 2, 17:20
mlRe: SInt64 and UInt64 problems with large values Scott Ribe Apr 3, 08:18
mlRe: SInt64 and UInt64 problems with large values Segher Boessenkool Apr 4, 10:45