Just a quick question, I'm reading from a file in C and just want to split the ID from the Name of the book, it'd be great if you could use simpler functions as this is for a assignment and don't want to use stuff I haven't learnt.
Layout of file:
1001 Harry Potter\n
1002 Lord of the Flies\n
1003 To Kill a Mockingbird\n
and so on, sorry if I didn't explain well enough