Thursday, 19 September 2013

How to create a temporary text file in C

How to create a temporary text file in C

I have a text file to read. I would like to read from that file and store
into a temporary file. I am not sure how to do this. How do I create a
temporary file and do I use fprintf to store in that file?

No comments:

Post a Comment