C++ Program for Management - TopicsExpress



          

C++ Program for Management Hotel #include #include #include #include #include class hotel { int room_no; char name[30]; char address[50]; char phone[10]; public: void main_menu(); //to dispay the main menu void add(); //to book a room void display(); //to display the customer record void rooms(); //to display alloted rooms void edit(); //to edit the customer record int check(int); //to check room status void modify(int); //to modify the record void delete_rec(int); //to delete the record }; void hotel::main_menu() { int choice; while(choice!=5) { clrscr(); cout
Posted on: Fri, 09 Jan 2015 23:38:17 +0000

Trending Topics



Recently Viewed Topics




© 2015