I am doing some mistake in creating copy constructor with argument. Please help me to resolve the issue.
I wanted to have a copy of "oldClientInfo" object in "clientInfo". Both of type ClientInfo. But the values are not reflecting in object after using copy constructor
Hi freind i think the definition is correct there was some basic mistake i was doing in my code. Was passing a local object clientInfo and storing the pointer.
Please just confirm the syntax i have written for copy constructor is correct.
I would be closing the post after your reply 2 solved :)