Sorry, I know I'm very new at this, but I'm also very interested. Here's what I got so far:
#include <iostream>
#include <string>
#include <fstream>
using namespace std;
struct EmpInfo
{
string fname;
string mname;
string lname;
string SSN;
string hours;
string rate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.