PDA

View Full Version : Help Writing to .txt File


C++
11-02-2009, 06:09 PM
Hey guys, I'm trying to write something to a .txt file from within my program using ofstream. I have this function names show_results() which is a bunch of cout statements that are connected to a class and a bunch of member functions. But the function show_results is all cout statements....