This project is a simple address book management system written in C++. It is suitable for learning and demonstrating basic C++ object-oriented programming and file operations.
- Add contacts
- Delete contacts
- Search contacts
- Edit contact information
- List all contacts
- Open the
addressbook.cpp.slnsolution file with Visual Studio 2022. - Select the "Build" menu and click "Build Solution" to compile.
- After compilation, choose Debug or Release mode and click "Local Windows Debugger" to run the program.
addressbook/
addressbook.cpp/ # Source code directory
book.cpp # Main implementation file
addressbook.cpp.vcxproj # Visual Studio project file
addressbook.cpp.sln # Solution file