/Binary_file_ADDITION_MODIFICATION

/*Define class “Residence” with data members: house_no, income, house_name, and house_type. The class has the following member functions: ? void input() – obtains house_no, house_name and income. Calls assign() ? void assign() – allocates house type based on income (A/B/C/etc.) void output() – prints house details int house() – returns house_no main() is menu driven to (1) add multiple records as required into a binary file in append mode (2) Enter house_no to locate the record in the binary file and modify it using random access (3) display records from the binary file.*/

Primary LanguageC++

This repository is not active