using >> to print to a file from a class member functionOh and the ofstream for the struct is in inside the struct declaration.
using >> to print to a file from a class member functionNever mind I remember how, thank you!
using >> to print to a file from a class member functionI 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