Page 1 of 1

[Implemented] Desperatley Requesting Larger Variables

Posted: Tue Jun 10, 2003 10:19 am
by zodmare
like UINT64 in c/c++ or quads(8 byte) and double long(4 byte) integers
also double(8 byte) and extended(10 byte) precision floats
also a signed and unsigned prefix for variable declaration

how else can we manipulate files larger than 2gigs in size, etc.

thanks in advance,

-Zodmare
Registered PureBasic User
zodmare@hotmail.com

Re: Desperatley Requesting Larger Variables

Posted: Tue Jun 10, 2003 1:45 pm
by tinman
zodmare wrote:double long(4 byte) integers
I guess you mean unsigned because we already have 4 byte signed integers.