| 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 | -4/+3 |
| | | | | | its should have everything! | ||||
| * | refactored with strings instead of char arrays | Connor McDowell | 2024-03-08 | 1 | -1/+1 |
| | | |||||
| * | proper char outputs. however each added contact is overwriting (saved to ↵ | Connor McDowell | 2024-03-07 | 1 | -2/+2 |
| | | | | | 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. | ||||
| * | exception fixed | Connor McDowell | 2024-03-04 | 1 | -1/+1 |
| | | |||||
| * | OK saving to contact works, moving it into list is not. will work on copy ↵ | Connor McDowell | 2024-03-03 | 1 | -1/+0 |
| | | | | | later. error with add contact | ||||
| * | first successful build | Connor McDowell | 2024-03-03 | 1 | -2/+0 |
| | | |||||
| * | add new mostly working, will need to tweek counter variable to work with classes | Connor McDowell | 2024-03-03 | 1 | -1/+1 |
| | | | | | print works | ||||
| * | temp refactored add. still needs cleaning | Connor McDowell | 2024-03-03 | 1 | -5/+10 |
| | | |||||
| * | first commit of the day, following lecture. again. | Connor McDowell | 2024-03-03 | 1 | -0/+40 |