|
COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
|

Public Attributes | |
| string | name |
| string | phone_no |
Definition at line 9 of file phonebook_incomplete.cpp.
| string PhoneRec::name |
Definition at line 10 of file phonebook_incomplete.cpp.
Referenced by add_record(), print_phonebook(), save_phonebook(), search_phonebook(), and sort_phonebook().
| string PhoneRec::phone_no |
Definition at line 11 of file phonebook_incomplete.cpp.
Referenced by add_record(), print_phonebook(), save_phonebook(), and search_phonebook().