| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clean up done, delete now works as intended.HEADmain | Connor McDowell | 2024-03-09 | 1 | -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 McDowell | 2024-03-08 | 1 | -3/+3 |
| | | | | | its should have everything! | ||||
| * | refactored with strings instead of char arrays | Connor McDowell | 2024-03-08 | 1 | -30/+31 |
| | | |||||
| * | proper char outputs. however each added contact is overwriting (saved to ↵ | Connor McDowell | 2024-03-07 | 1 | -13/+15 |
| | | | | | same point in memory) | ||||
| * | exception fixed | Connor McDowell | 2024-03-04 | 1 | -12/+12 |
| | | |||||
| * | first successful build | Connor McDowell | 2024-03-03 | 1 | -3/+0 |
| | | |||||
| * | first commit of the day, following lecture. again. | Connor McDowell | 2024-03-03 | 1 | -30/+0 |
| | | |||||
| * | all functions refactored to fit in contact list. testing now. | Connor McDowell | 2024-02-29 | 1 | -5/+5 |
| | | | | | still testing. spent several hours on this total today, will continue tomorrow. | ||||
| * | setting all functions to run in contact_list class | Connor McDowell | 2024-02-29 | 1 | -18/+18 |
| | | |||||
| * | code built properly. comensing testing phase. | Connor McDowell | 2024-02-29 | 1 | -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 McDowell | 2024-02-29 | 1 | -0/+8 |
| | | |||||
| * | list of contacts created | Connor McDowell | 2024-02-26 | 1 | -13/+13 |
| | | |||||
| * | testing. will finish later in the week | Connor McDowell | 2024-02-26 | 1 | -1/+5 |
| | | |||||
| * | getters and setters created | Connor McDowell | 2024-02-26 | 1 | -1/+75 |
| | | |||||
| * | added menu driven address book from assignment 6 | Connor McDowell | 2024-02-26 | 1 | -0/+50 |