cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
about binary files
about binary files
Apr 2, 2011 at 3:22pm UTC
tota90
(5)
i want to read a binary file line by line , how can i do it?
Apr 2, 2011 at 3:42pm UTC
ultifinitus
(1446)
Why line by line? There is no such thing as a "line" in a binary file.
Apr 2, 2011 at 3:55pm UTC
tota90
(5)
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 UTC
Topic archived. No new replies allowed.