Click here to Skip to main content
15,909,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: c?C++ Pin
CPallini23-Mar-09 7:27
mveCPallini23-Mar-09 7:27 
GeneralRe: c?C++ Pin
led mike23-Mar-09 7:41
led mike23-Mar-09 7:41 
GeneralRe: c?C++ Pin
CPallini23-Mar-09 7:51
mveCPallini23-Mar-09 7:51 
GeneralRe: c?C++ Pin
led mike23-Mar-09 7:56
led mike23-Mar-09 7:56 
GeneralRe: c?C++ Pin
Pankaj D.Dubey23-Mar-09 19:52
Pankaj D.Dubey23-Mar-09 19:52 
GeneralRe: c?C++ Pin
CPallini23-Mar-09 22:27
mveCPallini23-Mar-09 22:27 
AnswerRe: c?C++ Pin
led mike23-Mar-09 4:38
led mike23-Mar-09 4:38 
QuestionGetSystemTime() Pin
includeh1023-Mar-09 2:21
includeh1023-Mar-09 2:21 
AnswerRe: GetSystemTime() Pin
CPallini23-Mar-09 3:06
mveCPallini23-Mar-09 3:06 
Questionerror C2248 Pin
susanne123-Mar-09 1:53
susanne123-Mar-09 1:53 
AnswerRe: error C2248 Pin
TinyDevices23-Mar-09 1:59
professionalTinyDevices23-Mar-09 1:59 
GeneralRe: error C2248 Pin
susanne123-Mar-09 2:17
susanne123-Mar-09 2:17 
AnswerRe: error C2248 Pin
Cedric Moonen23-Mar-09 1:59
Cedric Moonen23-Mar-09 1:59 
GeneralRe: error C2248 Pin
susanne123-Mar-09 2:16
susanne123-Mar-09 2:16 
GeneralRe: error C2248 Pin
Cedric Moonen23-Mar-09 2:28
Cedric Moonen23-Mar-09 2:28 
GeneralRe: error C2248 Pin
susanne123-Mar-09 3:21
susanne123-Mar-09 3:21 
GeneralRe: error C2248 Pin
Cedric Moonen23-Mar-09 3:27
Cedric Moonen23-Mar-09 3:27 
Questionapplication for windows mobile Pin
trioum23-Mar-09 1:28
trioum23-Mar-09 1:28 
AnswerRe: application for windows mobile Pin
CPallini23-Mar-09 1:29
mveCPallini23-Mar-09 1:29 
AnswerRe: application for windows mobile Pin
Eytukan23-Mar-09 1:40
Eytukan23-Mar-09 1:40 
QuestionProblem with my c++ project :'( Pin
Neal beavis23-Mar-09 1:08
Neal beavis23-Mar-09 1:08 
Hi poeple,

I have been set this assignment and i just dont know how to start it or even think how to do it i was wondering if anyone could shed some light on it for me?.

The program is required to store information on a variable number of members of staff in a company. It will use 6 vectors to record the following information.

Staff Number - a 3 digit number in the range 100- 999.
Basic pay rate
Overtime pay rate
Day of birth
Month of birth
Year of birth

For example, if there were 7 staff members the vectors could look as follows:-

staff number 211 302 511 123 145 303 476

basic pay 7.50 7.50 9.00 7.50 8.00 9.00 12.00

OT pay 10.00 10.00 13.00 10.00 12.00 13.00 18.00

day of birth 12 15 25 27 9 6 1

month of birth 8 9 12 10 12 1 1

year of birth 1990 1990 1983 1987 1985 1980 1976


The program should allow the user to specify the number of staff and then enter the data. Once the data have been entered the user should be presented with the following text menu.

1. Print staff details
2. Quit

If the user selects option 1 they should be asked for the staff number (e.g. 511 in the example above). It will be necessary to find the staff number in the first vector and then print out the following information.


Basic pay
Overtime pay
Age

Age should be calculated by using a function, it will be necessary to ask the user to input today’s date. You will need to decide whether to ask for today’s date in the main program and pass it to the function or to ask for it within the function.

After the information has been displayed the menu should be displayed again and this process repeated until the user chooses option 2.

To gain additional marks the menu should be modified as follows:-

1. Print staff details
2. Add member of staff
3. Quit

Option 2 should now give the user the opportunity of adding an additional member of staff.

Cheers guys
QuestionRe: Problem with my c++ project :'( Pin
CPallini23-Mar-09 1:13
mveCPallini23-Mar-09 1:13 
AnswerRe: Problem with my c++ project :'( Pin
Neal beavis23-Mar-09 1:18
Neal beavis23-Mar-09 1:18 
QuestionRe: Problem with my c++ project :'( Pin
CPallini23-Mar-09 1:28
mveCPallini23-Mar-09 1:28 
AnswerRe: Problem with my c++ project :'( Pin
Neal beavis23-Mar-09 1:35
Neal beavis23-Mar-09 1:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.