Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 564 Bytes

Bartlett_CSCI2270_FinalProject

Our Project is to make an address book That will store the contacts into a text file. Storing the file will make it so that the contacts that are added will be persistant. The contacts will be stored in a doubly linked list.

Functions:

  • Add Contact -Lucas
  • Remove Contact -Lucas
  • Edit Contact -Sarah
  • Find Contact (By name, phone number, or group) -Griffin
  • Print Contacts -Sarah
  • Group create -Jack
  • Group Contacts -Jack
  • Print Groups -Jack
  • Add Text file read and write -On Hold
  • More Functions to be determined