Search:

Type: Posts; User: walden

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,420

    EOF/File size reduction

    Hi,

    I am looking to remove certain sections (ranges of bytes) from files. I used fseek/fwrite/fread to essentially "compact" the data by overwriting the data I was removing with what came after...
  2. Replies
    1
    Views
    951

    Nevermind..found a solution.

    Nevermind..found a solution.
  3. Replies
    1
    Views
    951

    Issue with strings

    Arg, ok, I'm reading in lines from a file. I'm then searching for a substring in the line I read in. If it's present, I then search for a particular character ('[') using strchr. Now, how would I go...
  4. Thread: zlib

    by walden
    Replies
    0
    Views
    1,086

    zlib

    Hi, I was wondering if anyone has any zlib experience. Concerning in-memory decompression, I need to write a program based on zlib to break a decompressed buffer into its smaller file buffers (such...
Results 1 to 4 of 4