if you have saved the data to a text file, you can use the function fopen to first open the file, for this you will need a understanding of pointers, next I would sugest useing the fscanf function to retrieve formated input from your file, you could create a incrementing loop to store each number retrieved into a array. Hope this helps.