[Implemented] Desperatley Requesting Larger Variables

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
zodmare
New User
New User
Posts: 3
Joined: Tue Apr 29, 2003 11:43 pm

[Implemented] Desperatley Requesting Larger Variables

Post 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
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Re: Desperatley Requesting Larger Variables

Post by tinman »

zodmare wrote:double long(4 byte) integers
I guess you mean unsigned because we already have 4 byte signed integers.
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
Post Reply