ahampal/2750-A1
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Name: Amit Hampal Student #: Description: The following is a library that implements the RFC 6350 vCard standard. This library makes use of a linked list api to organize and store vCards in memory. There are four major functions: -createCard to load a saved .vcf or .vcard into memory -deleteCard to delete card object -printCard to print card object to terminal -printError to print an expanded message given a certain error code Compilation: -cd terminal to A1AmitHampal -execute makefile by typing 'make' into terminal Assumptions and limitations: -No known limitations -assumed no error checking of properties, parameters, and values