User profile: scubagirl

User info
User name:scubagirl
History
Joined:
Number of posts:4
Latest posts:

using >> to print to a file from a class member function
Oh and the ofstream for the struct is in inside the struct declaration.

using >> to print to a file from a class member function
Never mind I remember how, thank you!

using >> to print to a file from a class member function
I open and close it in the main file, though on further thought I guess that it's not the same varia...

using >> to print to a file from a class member function
[code] void Employee::printPayRollReport(){ ofstream payRollReport; payRollReport << setw...

This user does not accept Private Messages