Skip to content

Akashmr15/Address-Book

Repository files navigation

Address-Book

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:

  1. Add a contact
  2. Search a contact
  3. Edit a contact
  4. Delete a contact
  5. List all contacts
  6. Exit application enter your option:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published