structures and pointer helpThanks for the response guys I was able to get my code to compile. for [code]const vector<const Cou...
structures and pointer helpI need help writing a code for my homework, how would I write this structure. Define a structure ...
Employee class helpWould this also work. [code] Employee::Employee() : personData(), salary(0.0) // I don't know what t...
Employee class helpThe person header. [code]#ifndef PERSON_H #define PERSON_H #include <string> class Person {...
How to write a data loop?This is what I have so far int run(istream& cin, ostream& cout) { // Variables double value; in...