diff options
| author | Connor McDowell <[email protected]> | 2024-03-08 14:59:54 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-03-08 14:59:54 -0800 |
| commit | 1ecae6c20760afe02584600d8494bfb719d9ea3b (patch) | |
| tree | 2fb19f26209706ef2f9cef8b20c63023c93e5b1e /Project1 | |
| parent | Contact class gets, sets, and print initialized (diff) | |
| download | homework-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.cpp | 3 |
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; } |