User: ScottJ53

  • Public profile

User profile: ScottJ53

User info
User name:ScottJ53
History
Joined:
Number of posts:5
Latest posts:

Having Issues With Writing to a File
The code is now this, [b]rich1[/b] was correct but he had the ios::app in the wrong spot. The mode i...

Having Issues With Writing to a File
Also [b]rich1[/b] after changing the initialization to ios::app it actually didn't write anything in...

Having Issues With Writing to a File
My code now looks like this: [code] #include <iostream> #include <fstream> using namespace std; ...

Having Issues With Writing to a File
So do I need to open the file outside of the while loop in main? Or open it in the function? I'm sor...

Having Issues With Writing to a File
In the following code I am trying to write book information into a .txt file so that I can then read...

This user does not accept Private Messages