Quote Originally Posted by whiteflags View Post
No. In your code you opened the file for appending, which deals with output. seekg() seeks in an input file. Any reference would tell you these things.
Question: What if I got the data in binary code instead of using the & operator to get the addresses of the strings? This article I found seems to do just that. http://www.cplusplus.com/forum/beginner/47770/ Thanks, kiknwing.