How can I read in values from a file.( like a list of items) and be able to pick one out of that list??any Ideas for me???
Printable View
How can I read in values from a file.( like a list of items) and be able to pick one out of that list??any Ideas for me???
very general question
look for example at cfile class, it ha s member seek()
with this you can move thru file
internal file organization has to be your problem