aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-22 19:10:11 -0800
committerConnor McDowell <[email protected]>2024-02-22 19:10:11 -0800
commite3c08dca7bccf65c9ebb7f228879a002cbba6074 (patch)
treed9ea7461c463ab98487da95f5aba16a9dace5563
parentITS DONE :D (diff)
downloadhomework-6-connormcdowell275-e3c08dca7bccf65c9ebb7f228879a002cbba6074.tar.xz
homework-6-connormcdowell275-e3c08dca7bccf65c9ebb7f228879a002cbba6074.zip
cleaning codeHEADmain
-rw-r--r--Project1/program.cpp4
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";