Hello i need to write a program read a text file and store the data with text in the format of :
name 14 6
name2 15 26
However i cannot use fopen() scanf() getline() or fgets(), it has to be done with only open() read() and strtok() i have almost done it using a series of loops but i cannot seem to get the offset write with the buffer, and it is full of bugs.
please help,
any ideas at all welcome
thanks in advance