aboutsummaryrefslogtreecommitdiff
path: root/Project1
diff options
context:
space:
mode:
Diffstat (limited to 'Project1')
-rw-r--r--Project1/contacts.cpp1
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)