outputting to file
I'm having trouble figuring out how to print output to a seperate file. I'm just so lost right now. Here's what I have so far. Any help is appreciated.
ofstream outString( "strings.out", ios::out );
ofstream outString( "strings.out", ios::out );
