| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | alrighty! it should be done! i think all 4 standard functions are there so ↵ | Connor McDowell | 2024-03-08 | 1 | -1/+2 |
| | | | | | its should have everything! | ||||
| * | refactored with strings instead of char arrays | Connor McDowell | 2024-03-08 | 1 | -4/+7 |
| | | |||||
| * | proper char outputs. however each added contact is overwriting (saved to ↵ | Connor McDowell | 2024-03-07 | 1 | -4/+6 |
| | | | | | same point in memory) | ||||
| * | print still not working but list creation fixed. | Connor McDowell | 2024-03-05 | 1 | -1/+1 |
| | | | | | previously unseen bug: not incrimenting index positions to save data, would lead to overwriting inputs. fixed by using previous version instance of variable "t" or an index counter located outside of the class. | ||||
| * | testing still | Connor McDowell | 2024-03-04 | 1 | -43/+45 |
| | | |||||
| * | exception fixed | Connor McDowell | 2024-03-04 | 1 | -8/+9 |
| | | |||||
| * | OK saving to contact works, moving it into list is not. will work on copy ↵ | Connor McDowell | 2024-03-03 | 1 | -10/+44 |
| | | | | | later. error with add contact | ||||
| * | first successful build | Connor McDowell | 2024-03-03 | 1 | -5/+5 |
| | | |||||
| * | temp refactored add. still needs cleaning | Connor McDowell | 2024-03-03 | 1 | -19/+20 |
| | | |||||
| * | first commit of the day, following lecture. again. | Connor McDowell | 2024-03-03 | 1 | -2/+4 |
| | | |||||
| * | all functions refactored to fit in contact list. testing now. | Connor McDowell | 2024-02-29 | 1 | -2/+2 |
| | | | | | 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 | -4/+5 |
| | | |||||
| * | refactoring add new. | Connor McDowell | 2024-02-29 | 1 | -6/+2 |
| | | |||||
| * | list of contacts created | Connor McDowell | 2024-02-26 | 1 | -1/+4 |
| | | |||||
| * | getters and setters created | Connor McDowell | 2024-02-26 | 1 | -2/+4 |
| | | |||||
| * | added menu driven address book from assignment 6 | Connor McDowell | 2024-02-26 | 1 | -0/+67 |