User profile: cnoobs

User info
User name:cnoobs
Old user name:kevtran7
History
Joined:
Number of posts:13
Latest posts:

structures and pointer help
Thanks for the response guys I was able to get my code to compile. for [code]const vector<const Cou...

structures and pointer help
I need help writing a code for my homework, how would I write this structure. Define a structure ...

Employee class help
Would this also work. [code] Employee::Employee() : personData(), salary(0.0) // I don't know what t...

Employee class help
The 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...