diff options
| author | Connor McDowell <[email protected]> | 2024-03-08 15:12:12 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-03-08 15:12:12 -0800 |
| commit | 6e8979ecb3741aec7c2eee11b0af520edbada984 (patch) | |
| tree | 69f810372c1bfd9c0ca661203a07163f6c60a427 | |
| parent | alrighty! it should be done! i think all 4 standard functions are there so it... (diff) | |
| download | homework-7-connormcdowell275-6e8979ecb3741aec7c2eee11b0af520edbada984.tar.xz homework-7-connormcdowell275-6e8979ecb3741aec7c2eee11b0af520edbada984.zip | |
small cleanup
| -rw-r--r-- | Project1/contacts.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project1/contacts.cpp b/Project1/contacts.cpp index 85bf473..8c09924 100644 --- a/Project1/contacts.cpp +++ b/Project1/contacts.cpp @@ -50,6 +50,7 @@ void contact_list::CopyList(const contact* contacts, const size_t& size) { contacts_[i] = contacts[i]; } + cout << "Class copied!" << endl; } //copy operator (contact) contact& contact::operator=(const contact& rhs) |