diff options
| author | Connor McDowell <[email protected]> | 2024-02-22 19:10:11 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-22 19:10:11 -0800 |
| commit | e3c08dca7bccf65c9ebb7f228879a002cbba6074 (patch) | |
| tree | d9ea7461c463ab98487da95f5aba16a9dace5563 /Project1 | |
| parent | ITS DONE :D (diff) | |
| download | homework-6-connormcdowell275-main.tar.xz homework-6-connormcdowell275-main.zip | |
Diffstat (limited to 'Project1')
| -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"; |