Monday, March 18, 2013

New application: ContactsDB(beta)

Type:Console Application
Description:An old school program to create and modify databases of contacts.
Functions:

  • Add new contacts
  • Modify inserted contacts
  • Save/Load different databases(.cdb)
  • Search the database by first name,last name,phone number,cellphone number,email,street address (complete/partial match)
  • Sort the database by first name/last name/email/street address

Notes:

  • Beta release(has a few small bugs,saved file isn't encrypted,misses auto-save functionality)
  • Uses dynamic memory allocation in order to be lightweight 
  • Uses quick sort algorithm
  • Created in c

Download Link-Comments