I found the problem. Program was abending on an fprintf farther down in the code. I was seeing the print location change because my ostream was buffered, and would only write to the file every so often....
I'm just getting into using the ostream to write text files. For some reason, I keep running into some sort of maximum file size. My code initially worked fine when I was creating a smaller output file. As it's grown in size, my program now aborts before all of the output is written to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.