I have a class "Call". I have instantiated a Call object in one class then
passed a pointer to that object to another class.
How do I create a *copy* of that Call object using only the pointer?
passed a pointer to that object to another class.
How do I create a *copy* of that Call object using only the pointer?
Comment