I am using C++ Borland 5 to read from a text file containg a column of float numbers (using FILE *stream). I try to save the pointer while reading the text file using the following command
long Location;
Location=ftell(stream);
Strangely enough Location return with a negative number. The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.