Search:

Type: Posts; User: loran32

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    1,222

    hey thanks very much, that's great! really...

    hey thanks very much, that's great!

    really appreciate your help

    Loran
  2. Replies
    13
    Views
    1,222

    thanks Yeh i don't mean doing something...

    thanks

    Yeh i don't mean doing something unsupported, I may just take a look at the underlying struct. Now that I think about it i may just try redefing getc and ungetc for that file
  3. Replies
    13
    Views
    1,222

    Thanks, yeh I agree mapping to FILE * is the...

    Thanks, yeh I agree mapping to FILE * is the ideal thing and I'm sure there's a way. Maybe I'll dig into its internals or see if there's anything in Steven's UP
  4. Replies
    13
    Views
    1,222

    thanks, yeh that would be a bit much overhead,...

    thanks, yeh that would be a bit much overhead, and this is some xml data that can be in many different charsets also.

    Yeh i may end up having to do that
  5. Replies
    13
    Views
    1,222

    thanks, I think mmap will require me to write it...

    thanks, I think mmap will require me to write it to disk first, then map that to mem which I'm trying to avoid, since I already have it in memory.

    Loran
  6. Replies
    13
    Views
    1,222

    Getting FILE * to a string in memory

    hi

    I have a code library that was written to read from a file stream (FILE *) doing mostly getc ungetc, and processing that data. However I actually need to run against a string already in...
Results 1 to 6 of 6