Hi,
This is my first post. Hope someone can help. I am trying to append a txt file I created in wordpad using ios::app. However the file is not appending?
Probably your program was being run with a different working directory than you expected. If you're running from an IDE like Visual Studio, it might set the working directory the project directory instead of the directory where the EXE actually is.