Hi,
I have a question concerning streams. When I press a certain button in my application, I open a stream for output, write some information in the stream towards a file and at the end I close it of course. When I click the button again, information is added to that file. My stream is not...