From af779b3da6389e54c3894d5de1d940e35c65c1c7 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 29 Feb 2024 17:45:43 -0800 Subject: all functions refactored to fit in contact list. testing now. still testing. spent several hours on this total today, will continue tomorrow. --- Project1/contacts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project1/contacts.cpp') diff --git a/Project1/contacts.cpp b/Project1/contacts.cpp index e7c537f..caca7df 100644 --- a/Project1/contacts.cpp +++ b/Project1/contacts.cpp @@ -235,7 +235,7 @@ void contact_list::AddContact(contact* newContact, size_t MAX, size_t& t) // //} -void contact_list::update(contact newContact[], size_t MAX) +void contact_list::update(contact newContact, size_t MAX) { //uses input based on list number from print (though when delete is made will be using that id/name print) to update the values of. //CURRENTLY TESTING @@ -281,7 +281,7 @@ void contact_list::update(contact newContact[], size_t MAX) } } -void contact_list::Print(contact newContact[], size_t& MAX) +void contact_list::Print(contact newContact[], size_t& MAX) const { //prints all info but count and bool for every existing (non trash value filled) contact struct //CURRENTLY WORKING -- cgit v1.2.3