1.) i need to read a file containing 32 bit numbers and store them into an array of integers( an array of 32 bit numbers)

**how would i read the file to get it into arrays, and not just one lots of them of 32 bit numbers**

2)i must also modify my program so that an integer is used to index through the array and print its contents in sequence to the screen.

3) modify the index to start prointing from anywhere in the array

if anyone has any ideas or knows how to do the following step please help me..

thanks guys