I have a program already formed that has a string that I want to stream to the end of an existing text file. All of what little I have is this: (C++)
void main(
Open your stream as append, new text written to it will be written at the end of the file.