Skip to content

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

License

Notifications You must be signed in to change notification settings

BaseMax/CContacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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