Good Morning every one;
I'm attending to apply indexes concept using c++ text files.
I need to create two text files, one for index, the other for data records.
I should insert/delete records to the text file according to physical address of the line, not to the number of the line in the text file.
My problem is to get the address of the line I need to insert/delete from.
Hope you understood me.
any help !?
Is there any body who knows how to retrieve the physical address of a text file line ??
Thanks all.
I'm attending to apply indexes concept using c++ text files.
I need to create two text files, one for index, the other for data records.
I should insert/delete records to the text file according to physical address of the line, not to the number of the line in the text file.
My problem is to get the address of the line I need to insert/delete from.
Hope you understood me.
any help !?
Is there any body who knows how to retrieve the physical address of a text file line ??
Thanks all.
Comment