Hello,
I've figured out how to transfere a full contents of file into a buffer. Nut now say if i wanted to do:
Surname[20];
Firstname[20];
Age
and its stored in:
user.txt like:
Chilver Jackson 25
How would I get the input stream to stop filling the surname up when it gets to the space and start filling the firstname?
Thanks.