TheAwake
Programmer
- Jul 28, 2003
- 37
I have a question about C++, I have a button1 and a edit1 and I want that when the button is pressed, the text that has been written into the edit1 is saved into a *.txt file (which should be in the same directory like the *.exe file).
But I also want that I can close the programm and open it later again, and the new text is added to the *.txt file, not that the file is overwritten.
Have you any ideas how that works?
But I also want that I can close the programm and open it later again, and the new text is added to the *.txt file, not that the file is overwritten.
Have you any ideas how that works?