The document contains code for a C++ program to record book details like book name, number and price in a class and allow searching by book number. It defines a Book class with functions to input, display and retrieve book number. Main function allows user to add records to a file, search by number and modify records. It opens and writes to a data file to store book objects and reads from it to search and display matching record.