aboutsummaryrefslogtreecommitdiff
path: root/Project1/contacts.cpp
Commit message (Expand)AuthorAgeFilesLines
* clean up done, delete now works as intended.HEADmainConnor McDowell2024-03-091-26/+23
* small cleanupConnor McDowell2024-03-081-0/+1
* alrighty! it should be done! i think all 4 standard functions are there so it...Connor McDowell2024-03-081-55/+106
* refactored with strings instead of char arraysConnor McDowell2024-03-081-120/+105
* proper char outputs. however each added contact is overwriting (saved to same...Connor McDowell2024-03-071-59/+53
* starting workConnor McDowell2024-03-071-4/+5
* print still not working but list creation fixed.Connor McDowell2024-03-051-14/+22
* I GOT SOMETHING TO PRINTConnor McDowell2024-03-041-4/+3
* testing stillConnor McDowell2024-03-041-92/+94
* exception fixedConnor McDowell2024-03-041-8/+24
* tested potiential issue, did not fixConnor McDowell2024-03-031-1/+1
* OK saving to contact works, moving it into list is not. will work on copy lat...Connor McDowell2024-03-031-42/+86
* print not working. or data not being saved in add new.Connor McDowell2024-03-031-92/+88
* first successful buildConnor McDowell2024-03-031-132/+105
* delete refactoredConnor McDowell2024-03-031-12/+12
* add new mostly working, will need to tweek counter variable to work with classesConnor McDowell2024-03-031-55/+39
* temp refactored add. still needs cleaningConnor McDowell2024-03-031-54/+59
* first commit of the day, following lecture. again.Connor McDowell2024-03-031-3/+12
* 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-5/+5
* code built properly. comensing testing phase.Connor McDowell2024-02-291-49/+86
* refactoring add new.Connor McDowell2024-02-291-24/+47
* testing. will finish later in the weekConnor McDowell2024-02-261-277/+291
* getters and setters createdConnor McDowell2024-02-261-258/+354
* added menu driven address book from assignment 6Connor McDowell2024-02-261-0/+286