Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~399 People Reached
Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for HelpMeImLost

Hi there, I was wondering if anyone can help me out here...This is what I have so far: [code]#include<iostream.h> #include<conio.h> class Employee { private: int idNum; char name[20]; double rate; public: Employee(const int id); //The Constructor with Arguments Employee();//The Default Constructor void displayValues(); }; Employee::Employee(const int id) { idNum = …

Member Avatar for HelpMeImLost
0
139
Member Avatar for HelpMeImLost

Hey guys How can I input a data field into a class Is it with the use of ([I]int[/I])? Here is the question [B]Design a job class with three data fields--Job number, time in hours to complete the Job, and rate per hour charged for the Job.[/B] [I] #include<iostream.h> #include<conio.h> …

Member Avatar for HelpMeImLost
0
104
Member Avatar for HelpMeImLost

Hello everyone. I am in desperate need of help. I have this question: [I]You have been developing a Fraction class for Teacher's Pet Software. The class contains two public data fields: one numerator and one for denominator. In keeping with the object-oriented concept of encapsulation, you make the Fraction's data …

Member Avatar for HelpMeImLost
0
115
Member Avatar for HelpMeImLost

[COLOR=Pink]Name: Shelly Height: 5'4'' Weight: 125 Hair: Dark Brown Eyes: Brown Location: NY Age: 21[/COLOR] [COLOR=DarkGreen]Hobbies: Dancing reading, web programming, reading, walking.:-) Relationship Status: With someone. Fav Music: Just about any and everything. Education: BA in Communications. Work: Intern & PR/Advertising firm. Favorite Movies: Too Much Favorite TV Shows: Boondocks, …

Member Avatar for HelpMeImLost
0
41