The document describes a C++ program that implements a customer information system. The program allows users to add, list, modify, delete, search, and pack customer records stored in a .dat file. It features a main menu with these options. Selecting add, modify, or delete allows editing customer details like ID, name, address, phone number. Pack permanently removes deleted records to recover space. The source code and executable will be provided on next month's disc.