•Write a C++ program that stores the data of employees working in a company. The employees’ data include: ID, name, address, rank, hours worked, and overtime hours.
System Functions :
•Add a new employee.
•Edit the data of stored employees.
•Calculate the payment of stored employees.
•Search for a certain employee and display his/her data.
•Calculate the average payment for all employees.
That's what I wanna do store it and then recall it easily and edit it
Show a least a LITTLE effort man. Google "visual c++ database tutorial" and you will find dozens of tutorial, videos, examples, etc. Then, post back at a forum like this with SPECIFIC questions if you get stuck.
•Write a C++ program that stores the data of employees working in a company. The employees’ data include: ID, name, address, rank, hours worked, and overtime hours.
System Functions :
•Add a new employee.
•Edit the data of stored employees.
•Calculate the payment of stored employees.
•Search for a certain employee and display his/her data.
•Calculate the average payment for all employees.
From that it seems like your teacher wants you to write a program that acts like a timesheet program for a workplace. This is a pretty complicated program so I am assume you are familiar with classes and most of the basics of C++.
So like cnoeval said do some research on how to go about it, and then come back with some code of yours and we will help guide you in the right direction.
it means go to the worker text and memorize the values of name and ID and Salary and then if str == name , cout the corresponding ID Salary
and Thanks any way