Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AMQ
  • Order by date
  1. AMQ

    Pointer of A stream

    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...

Part and Inventory Search

Back
Top