11-26-2013, 08:53 PM
the structure of the file is pretty easy
int maxNum;
for(int i=1; i<=maxNum; i++)
{
long zone (64 bit binary number, each bit is a zone)
long subzone (64 bit binary number, each bit is a subzone)
}
wiza and after read this i supposse you have to read zones and subzones which long is read with "for". dont i?

