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 Mike Lewis 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: neo13
  • Order by date
  1. neo13

    Gimme some problems ...

    hi, i am looking for a site where i can find good programming problems to help me prepare for job interviews.Any help??? -- if u know of some site offering programming contests kindly let me know.thanking in advance:) -- neo
  2. neo13

    My problem is solving the problem of persistant systems in C

    hi, can u plz elaborate on the problem.
  3. neo13

    Zip Files - End of File before the true EOF.

    hi, have u opened it in the binary mode??.i donno much abt zip files structure,but that can be a reason,if u r opening a binary file in ascii mode.hop this helps.correct me if i am wrong.bye -- neo13
  4. neo13

    Arrays of Structures/Deleting

    hi Tyler, yes,when writing to a file,deletion of records is a problem,since u cannot "NULLIFY" a part of the file(like the record in your case).so when u "delete" a record in ur file,u can not remove it unless u move the following data in the file.however such data...
  5. neo13

    Arrays of Structures/Deleting

    hi Tyler, for deletions etc,i suggest u open the file with r+b mode.then for changing the i'th record(say), u use the fseek function to make the file pointer point to the desired record.Then u can write the desired rec there with fwrite.For making the ptr point to the i'th rec, u can use...

Part and Inventory Search

Back
Top