increasing the size of the bitmaps.. (AFF, PLR, PRF) and the like

From: DoDGeR (dodger@WPI.EDU)
Date: 08/06/95


ok... my roomate and i discovered that there is a declaration like:
long long int a;

this makes a 64 bin integer.  please test this on your machine with this
program: 

void main(void)
{
printf("int: %d\n",sizeof(int));
printf("long int: %d\n",sizeof(long int));
printf("long long int: %d\n",sizeof(long long int));
}


thanx... this could be very helpful for all the coders that are running out of
room int their bitmaps. 
-------------------------------------------------------------------------------
Harvard Law:
        Under the most rigorously controlled conditions of pressure,
        temperature, volume, humidity, and other variables, the
        organism will do as it damn well pleases.
DoDGeR@wpi.wpi.edu



This archive was generated by hypermail 2b30 : 12/18/00 PST