aboutsummaryrefslogtreecommitdiff
path: root/Project1/contacts.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clean up done, delete now works as intended.HEADmainConnor McDowell2024-03-091-26/+23
| | | | | copy works as intended print works as intended
* small cleanupConnor McDowell2024-03-081-0/+1
|
* alrighty! it should be done! i think all 4 standard functions are there so ↵Connor McDowell2024-03-081-55/+106
| | | | its should have everything!
* refactored with strings instead of char arraysConnor McDowell2024-03-081-120/+105
|
* proper char outputs. however each added contact is overwriting (saved to ↵Connor McDowell2024-03-071-59/+53
| | | | same point in memory)
* starting workConnor McDowell2024-03-071-4/+5
|
* print still not working but list creation fixed.Connor McDowell2024-03-051-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 PRINTConnor McDowell2024-03-041-4/+3
| | | | not the right thing but
* testing stillConnor McDowell2024-03-041-92/+94
|
* exception fixedConnor McDowell2024-03-041-8/+24
|
* tested potiential issue, did not fixConnor McDowell2024-03-031-1/+1
|
* OK saving to contact works, moving it into list is not. will work on copy ↵Connor McDowell2024-03-031-42/+86
| | | | later. error with add contact
* print not working. or data not being saved in add new.Connor McDowell2024-03-031-92/+88
|
* first successful buildConnor McDowell2024-03-031-132/+105
|
* delete refactoredConnor McDowell2024-03-031-12/+12
|
* add new mostly working, will need to tweek counter variable to work with classesConnor McDowell2024-03-031-55/+39
| | | | print works
* temp refactored add. still needs cleaningConnor McDowell2024-03-031-54/+59
|
* first commit of the day, following lecture. again.Connor McDowell2024-03-031-3/+12
|
* all functions refactored to fit in contact list. testing now.Connor McDowell2024-02-291-2/+2
| | | | still testing. spent several hours on this total today, will continue tomorrow.
* setting all functions to run in contact_list classConnor McDowell2024-02-291-5/+5
|
* code built properly. comensing testing phase.Connor McDowell2024-02-291-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 McDowell2024-02-291-24/+47
|
* testing. will finish later in the weekConnor McDowell2024-02-261-277/+291
|
* getters and setters createdConnor McDowell2024-02-261-258/+354
|
* added menu driven address book from assignment 6Connor McDowell2024-02-261-0/+286