about binary files

Apr 2, 2011 at 3:22pm
i want to read a binary file line by line , how can i do it?
Apr 2, 2011 at 3:42pm
Why line by line? There is no such thing as a "line" in a binary file.
Apr 2, 2011 at 3:55pm
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 Apr 2, 2011 at 3:56pm
Topic archived. No new replies allowed.