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 TouchToneTommy 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: nasirulh
  • Order by date
  1. nasirulh

    Read Text File

    Hi Paolas Your problem can be solved easily if you are writing into file by a fixed length array. Then what you have to do is that which ever line you have to read first set your file pointer to that position. Like chat arr[50]; FILE *fp = fopen(filename,"r"); fseek(fp,(sizeof(arr)...

Part and Inventory Search

Back
Top