diff options
| -rw-r--r-- | Project1/program.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |