Using the Phone Book Application, a user's phone book may be saved. All phone contacts made by the user can be listed by the system. The system's goal is to assist in organizing all of the users in your phone book.
About the System:
A user login is necessary to use the Phone Book Application, which was developed as a standard console application. A legitimate username and password must be entered to have access to the system. The user can perform basic tasks in the system, including adding new users, looking up user contacts, and seeing all users in the phone book. The system is equipped with every feature required to capture a user's phone book. You are allowed to alter the system any way you see appropriate; it is purely intended for instructional purposes. Data file extensions are used to hold all user-entered data.
This program is so easy to be using that it just requires the fundamental CRUD operations to add, delete, modify, and display a list of all users. A starter learning how to program might benefit from using the Phone Book Application, which was developed as a basic C++ coding framework.
- Enter a new Phone Book
- View Current Phone Book
- Delete Existing Phone Book
- Modify Current Phone Book
- Logout
- Extract the downloaded zip file
- Open the Folder, where you extracted it.
- Locate the C file.
- Open the C file using Code::Block or any IDE.
- Execute the Code

0 Comments