aboutsummaryrefslogtreecommitdiff
path: root/Project1/Contacts.h
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-26 17:27:00 -0800
committerConnor McDowell <[email protected]>2024-02-26 17:27:00 -0800
commit043a2514df09529856db668d2f585809cac46d81 (patch)
treedd1cd9852de0837e2aaf57e135dfde509255a118 /Project1/Contacts.h
parenttesting. will finish later in the week (diff)
downloadhomework-7-connormcdowell275-043a2514df09529856db668d2f585809cac46d81.tar.xz
homework-7-connormcdowell275-043a2514df09529856db668d2f585809cac46d81.zip
list of contacts created
Diffstat (limited to 'Project1/Contacts.h')
-rw-r--r--Project1/Contacts.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h
index f453350..d485659 100644
--- a/Project1/Contacts.h
+++ b/Project1/Contacts.h
@@ -83,19 +83,19 @@ public:
size_t Size() const;
};
-struct contact_struct
-{
- int a = 0;
- size_t id = contact_list::get_length;
- size_t count = 0;
- char Name[30];
- char Email[105];
- char StreetAddress[45];
- char City[35];
- char State[4];
- int Zip = 0;
- contact() : a(true), id(0), count(0), Zip(0) {}
-};
+//struct contact_struct
+//{
+// int a = 0;
+// size_t id = contact_list::get_length;
+// size_t count = 0;
+// char Name[30];
+// char Email[105];
+// char StreetAddress[45];
+// char City[35];
+// char State[4];
+// int Zip = 0;
+// contact() : a(true), id(0), count(0), Zip(0) {}
+//};
//struct contact
//{