B
Baris
What is the best and speedy way of loading files into an array?
i have an
int[] MyArray = new int[1000000];
and a file (size is 4000000 byte)
i have an
int[] MyArray = new int[1000000];
and a file (size is 4000000 byte)