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: *

  1. genesistr

    delete block from file

    @Salem according to your words i have binary files mean fixed lenght and structer ... acctually after i asked that question i found a way to do but i wanted to continue for this topic cuz i wanted to learn if there is something i dont know... thx for all answers...
  2. genesistr

    delete block from file

    im reading block by block (helps of structers) and my text file like database...i need to delete some entries and for that way i change the block that i want to delete with the last block but last block become empty (just spaces) so.. i think that if i delete this block it might be great... so i...
  3. genesistr

    delete block from file

    acctually my program works like this... if i want to delete a data in the middle or else it copies the last data over the one we want to delete and it fills the last data with "\0"... and... i didnt wait for the answer and i add new modification and it use over write to delete... but as i...
  4. genesistr

    delete block from file

    good idea but i need to delete that block without reading all into memory and writing again.
  5. genesistr

    delete block from file

    hi, how can i delete some block from .txt file...? i dont want to over write new block/datas using fwrite... i want to delete...

Part and Inventory Search

Back
Top