The error its giving me is this: Cannot run program "/private/var/folders/cg/42_27_bx64xbqglhxg88n1mr0000gn/T/dlight_laytoncozad/e0aec853/480717646/pty": error=2, No such file or directory
BUILD FAILED (exit value -2, total time: 61ms)
I have also tried leaving it just as "DataFile.txt"
use a while loop since you don't know how many int's there are in the file
error=2, No such file or directory:
have you tried: file.open = ("C:\\Users\\laytoncozad\\Desktop\\DataFile.txt");
or "C:\Users\laytoncozad\Desktop\DataFile.txt"
or
put it in the exe or project directory and just put "DataFile.txt"