about binary files

i want to read a binary file line by line , how can i do it?
Why line by line? There is no such thing as a "line" in a binary file.
my binary file contain student's names and phones
line for name and line for phone
i want to extract each line from it to a linked list contains the name and phone for each student
Last edited on
Topic archived. No new replies allowed.