Search Result

Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
file io
  •  

  • learner007
    started a topic temp=tmpfile() lose all its contents?
    in C

    temp=tmpfile() lose all its contents?

    Dear there,

    I wrote a simple all->unix ascii file converter on fly, see the comments below. I am using temp=tmpfile() to hold contents for later processing, but it seems lost later on.

    Code:
    /* FILE* file is assigned before calling this routing. 
    After calling this routine, 'file; is supposed to point to the temporary file stream 
    with processed content. However, I found later that file has no content
    ...
    See more | Go to post

  • bioniclekid8
    started a topic File I/O question in C++
    in C

    File I/O question in C++

    How would I make my program say something if it doesn't see the file when it attempts to open it?
    See more | Go to post
Working...