I'm trying to fill this array completely full with 3 bits of data each
unsigned long int array2[512][512];
but my program just keeps on crashing. does anyone know the solution?
I'm trying to fill this array completely full with 3 bits of data each
unsigned long int array2[512][512];
but my program just keeps on crashing. does anyone know the solution?