/CContacts

This is a simple contacts manager written in C with a simple CLI interface and a lot of features.

Primary LanguageCGNU General Public License v3.0GPL-3.0

C Contacts

This is a simple contacts manager written in C with a simple CLI interface and a lot of features.

Structure

Each contact has the following fields:

  • Hash (For HashMap)
  • Name
  • Family
  • Email
  • Phone
  • Age
  • Sex (Male or Female)
  • Birthdate

Features

  • Add a contact
  • Remove a contact
  • Edit a contact
  • Search a contact
  • List all contacts

Soon:

  • Hash
  • Sort contacts by a field
  • Save contacts to a file
  • Load contacts from a file

Usage

$ gcc CContacts.c -o CContacts
$ ./CContacts

Copyright (c) 2022, Max Base