pop
September 29th, 1999, 01:56 PM
Hi, I need write a couple of strings to a file. The first problem is I don't know the size of strings, maybe long or maybe short. Need I use a buffer to store these strings first? The second problem is there are two parts of strings. I should finish writing one part before writing another part. Need I use two buffers to store these two parts strings?
Thank you very much.
Thank you very much.