From e3c08dca7bccf65c9ebb7f228879a002cbba6074 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 22 Feb 2024 19:10:11 -0800 Subject: cleaning code --- Project1/program.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project1/program.cpp') diff --git a/Project1/program.cpp b/Project1/program.cpp index bf4faae..ef06d25 100644 --- a/Project1/program.cpp +++ b/Project1/program.cpp @@ -20,10 +20,10 @@ int main() size_t t = 0; contact* newContact = new contact[MAX]; int length = sizeof(newContact[MAX]); - cout << sizeof(newContact[MAX]) << endl; + //cout << sizeof(newContact[MAX]) << endl; while (O == 1) { - cout << MAX << endl; + //cout << MAX << endl; // c = choice input int c = 0; cout << "1. Enter a contact\n"; -- cgit v1.2.3