Subject Name    C++
Program Name    Employee read, write function file
Program Description    Create a class EMP which contains a data members Name of employees, EmpNo and Basic Salary Take appropriate member function and getdata into class then after write data into data file. All EMP INFO display the information of all employees of a file. Use read and write function for a file.
 
To Download Code, Use Ctrl+A(Select All) & Ctrl+C (Copy)
Program Code
   
Input Values(You must enter all user input value here, that you want to use during runtime)
To Run C++ Program
1. #include<iostream.h> change to #include<iostream>
2. #include<math.h> change to #include<cmath>;
3. #include<string.h> change to #include<cstring>;
4. Add line using namespace std;
These all(1 to 4) will be done automatically..., So don't worry.







 
Copyright © 2019. All rights reserved. Terms, Privacy

.