| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clean up done, delete now works as intended.HEADmain | Connor McDowell | 2024-03-09 | 1 | -26/+23 |
| | | | | | | copy works as intended print works as intended | ||||
| * | small cleanup | Connor McDowell | 2024-03-08 | 1 | -0/+1 |
| | | |||||
| * | alrighty! it should be done! i think all 4 standard functions are there so ↵ | Connor McDowell | 2024-03-08 | 1 | -55/+106 |
| | | | | | its should have everything! | ||||
| * | refactored with strings instead of char arrays | Connor McDowell | 2024-03-08 | 1 | -120/+105 |
| | | |||||
| * | proper char outputs. however each added contact is overwriting (saved to ↵ | Connor McDowell | 2024-03-07 | 1 | -59/+53 |
| | | | | | same point in memory) | ||||
| * | starting work | Connor McDowell | 2024-03-07 | 1 | -4/+5 |
| | | |||||
| * | print still not working but list creation fixed. | Connor McDowell | 2024-03-05 | 1 | -14/+22 |
| | | | | | 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. | ||||
| * | I GOT SOMETHING TO PRINT | Connor McDowell | 2024-03-04 | 1 | -4/+3 |
| | | | | | not the right thing but | ||||
| * | testing still | Connor McDowell | 2024-03-04 | 1 | -92/+94 |
| | | |||||
| * | exception fixed | Connor McDowell | 2024-03-04 | 1 | -8/+24 |
| | | |||||
| * | tested potiential issue, did not fix | Connor McDowell | 2024-03-03 | 1 | -1/+1 |
| | | |||||
| * | OK saving to contact works, moving it into list is not. will work on copy ↵ | Connor McDowell | 2024-03-03 | 1 | -42/+86 |
| | | | | | later. error with add contact | ||||
| * | print not working. or data not being saved in add new. | Connor McDowell | 2024-03-03 | 1 | -92/+88 |
| | | |||||
| * | first successful build | Connor McDowell | 2024-03-03 | 1 | -132/+105 |
| | | |||||
| * | delete refactored | Connor McDowell | 2024-03-03 | 1 | -12/+12 |
| | | |||||
| * | add new mostly working, will need to tweek counter variable to work with classes | Connor McDowell | 2024-03-03 | 1 | -55/+39 |
| | | | | | print works | ||||
| * | temp refactored add. still needs cleaning | Connor McDowell | 2024-03-03 | 1 | -54/+59 |
| | | |||||
| * | first commit of the day, following lecture. again. | Connor McDowell | 2024-03-03 | 1 | -3/+12 |
| | | |||||
| * | 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 | -5/+5 |
| | | |||||
| * | code built properly. comensing testing phase. | Connor McDowell | 2024-02-29 | 1 | -49/+86 |
| | | | | | 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 | -24/+47 |
| | | |||||
| * | testing. will finish later in the week | Connor McDowell | 2024-02-26 | 1 | -277/+291 |
| | | |||||
| * | getters and setters created | Connor McDowell | 2024-02-26 | 1 | -258/+354 |
| | | |||||
| * | added menu driven address book from assignment 6 | Connor McDowell | 2024-02-26 | 1 | -0/+286 |