A simple command line address book application for storing and displaying contact details written in C
Getting Started Copy the repository to a folder. Delete the shared library file (.so) and executable file (.out or .exe). First execute 'make' command in /Functions directory and then execute 'make' command in /Main directory. An executable file (.out or .exe) and a shared object (.so) will be generated in /Main and /Functions directory respectively. Execute the .out(.exe) file from /Main to run the application
Prerequisites OS - Linux (might work on Windows also with Linux subshell) Compiler - gcc (preferred)
Installing Nothing to install just ensure that you have gcc compiler (haven't tried other compilers)
Using the application Execution
./main.out ADDRESS BOOK select options:
- Add a contact
- Search a contact
- Edit a contact
- Delete a contact
- List all contacts
- Exit application enter your option: