aboutsummaryrefslogtreecommitdiff
path: root/Project1/Contact_list.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-4/+3
| | | | its should have everything!
* refactored with strings instead of char arraysConnor McDowell2024-03-081-1/+1
|
* proper char outputs. however each added contact is overwriting (saved to ↵Connor McDowell2024-03-071-2/+2
| | | | same point in memory)
* print still not working but list creation fixed.Connor McDowell2024-03-051-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 fixedConnor McDowell2024-03-041-1/+1
|
* OK saving to contact works, moving it into list is not. will work on copy ↵Connor McDowell2024-03-031-1/+0
| | | | later. error with add contact
* first successful buildConnor McDowell2024-03-031-2/+0
|
* add new mostly working, will need to tweek counter variable to work with classesConnor McDowell2024-03-031-1/+1
| | | | print works
* temp refactored add. still needs cleaningConnor McDowell2024-03-031-5/+10
|
* first commit of the day, following lecture. again.Connor McDowell2024-03-031-0/+40