This is a simple contacts manager written in C with a simple CLI interface and a lot of features.
Each contact has the following fields:
- Hash (For HashMap)
- Name
- Family
- Phone
- Age
- Sex (Male or Female)
- Birthdate
- 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
$ gcc CContacts.c -o CContacts
$ ./CContacts
Copyright (c) 2022, Max Base