aboutsummaryrefslogtreecommitdiff
path: root/Project1/Contacts.h
Commit message (Collapse)AuthorAgeFilesLines
* clean up done, delete now works as intended.HEADmainConnor McDowell2024-03-091-1/+1
| | | | | copy works as intended print works as intended
* alrighty! it should be done! i think all 4 standard functions are there so ↵Connor McDowell2024-03-081-3/+3
| | | | its should have everything!
* refactored with strings instead of char arraysConnor McDowell2024-03-081-30/+31
|
* proper char outputs. however each added contact is overwriting (saved to ↵Connor McDowell2024-03-071-13/+15
| | | | same point in memory)
* exception fixedConnor McDowell2024-03-041-12/+12
|
* first successful buildConnor McDowell2024-03-031-3/+0
|
* first commit of the day, following lecture. again.Connor McDowell2024-03-031-30/+0
|
* all functions refactored to fit in contact list. testing now.Connor McDowell2024-02-291-5/+5
| | | | still testing. spent several hours on this total today, will continue tomorrow.
* setting all functions to run in contact_list classConnor McDowell2024-02-291-18/+18
|
* code built properly. comensing testing phase.Connor McDowell2024-02-291-2/+4
| | | | test one failure. theory: didnt use functions specifically called within contact_list class. will begin refactoring to run through that.
* refactoring add new.Connor McDowell2024-02-291-0/+8
|
* list of contacts createdConnor McDowell2024-02-261-13/+13
|
* testing. will finish later in the weekConnor McDowell2024-02-261-1/+5
|
* getters and setters createdConnor McDowell2024-02-261-1/+75
|
* added menu driven address book from assignment 6Connor McDowell2024-02-261-0/+50