The document describes an employee information system project in C++. It has classes for temporary and permanent employees, with the permanent employee class having subclasses for calculating salary and providing facilities. The system allows the user to enter employee data and displays the information, calculating monthly salary for temporary employees and salary plus benefits for permanent employees based on their grade. It outputs the compiled program and screening showing how users can view and enter employee data.