aboutsummaryrefslogtreecommitdiff
path: root/Project1/program.cpp
Commit message (Expand)AuthorAgeFilesLines
* alrighty! it should be done! i think all 4 standard functions are there so it...Connor McDowell2024-03-081-1/+2
* refactored with strings instead of char arraysConnor McDowell2024-03-081-4/+7
* proper char outputs. however each added contact is overwriting (saved to same...Connor McDowell2024-03-071-4/+6
* print still not working but list creation fixed.Connor McDowell2024-03-051-1/+1
* testing stillConnor McDowell2024-03-041-43/+45
* exception fixedConnor McDowell2024-03-041-8/+9
* OK saving to contact works, moving it into list is not. will work on copy lat...Connor McDowell2024-03-031-10/+44
* first successful buildConnor McDowell2024-03-031-5/+5
* temp refactored add. still needs cleaningConnor McDowell2024-03-031-19/+20
* first commit of the day, following lecture. again.Connor McDowell2024-03-031-2/+4
* all functions refactored to fit in contact list. testing now.Connor McDowell2024-02-291-2/+2
* setting all functions to run in contact_list classConnor McDowell2024-02-291-4/+5
* refactoring add new.Connor McDowell2024-02-291-6/+2
* list of contacts createdConnor McDowell2024-02-261-1/+4
* getters and setters createdConnor McDowell2024-02-261-2/+4
* added menu driven address book from assignment 6Connor McDowell2024-02-261-0/+67