aboutsummaryrefslogtreecommitdiff
path: root/Project1
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-03-08 14:59:54 -0800
committerConnor McDowell <[email protected]>2024-03-08 14:59:54 -0800
commit1ecae6c20760afe02584600d8494bfb719d9ea3b (patch)
tree2fb19f26209706ef2f9cef8b20c63023c93e5b1e /Project1
parentContact class gets, sets, and print initialized (diff)
downloadhomework-8-connormcdowell275-1ecae6c20760afe02584600d8494bfb719d9ea3b.tar.xz
homework-8-connormcdowell275-1ecae6c20760afe02584600d8494bfb719d9ea3b.zip
copy and move constructs and operators filled
Diffstat (limited to 'Project1')
-rw-r--r--Project1/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Project1/main.cpp b/Project1/main.cpp
index 14f761b..e4e969a 100644
--- a/Project1/main.cpp
+++ b/Project1/main.cpp
@@ -13,8 +13,7 @@ using namespace myStructures;
int main()
{
- contact<char> newContact;
- contact<int> intContact;
+
return 0;
}