aboutsummaryrefslogtreecommitdiff
path: root/Project1/program.cpp
Commit message (Collapse)AuthorAgeFilesLines
* alrighty! it should be done! i think all 4 standard functions are there so ↵Connor McDowell2024-03-081-1/+2
| | | | its should have everything!
* refactored with strings instead of char arraysConnor McDowell2024-03-081-4/+7
|
* proper char outputs. however each added contact is overwriting (saved to ↵Connor McDowell2024-03-071-4/+6
| | | | 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.
* testing stillConnor McDowell2024-03-041-43/+45
|
* exception fixedConnor McDowell2024-03-041-8/+9
|
* OK saving to contact works, moving it into list is not. will work on copy ↵Connor McDowell2024-03-031-10/+44
| | | | later. error with add contact
* first successful buildConnor McDowell2024-03-031-5/+5
|
* temp refactored add. still needs cleaningConnor McDowell2024-03-031-19/+20
|
* first commit of the day, following lecture. again.Connor McDowell2024-03-031-2/+4
|
* 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-4/+5
|
* refactoring add new.Connor McDowell2024-02-291-6/+2
|
* list of contacts createdConnor McDowell2024-02-261-1/+4
|
* getters and setters createdConnor McDowell2024-02-261-2/+4
|
* added menu driven address book from assignment 6Connor McDowell2024-02-261-0/+67