PDA

View Full Version : Help on C++ Clone!


C++
10-30-2009, 07:29 AM
Hi, I am trying to understand the concept of clone with respect to making a deep copy of an object. The class Bmapfile is an abstract class in which other subclasses will inherit from. I am not sure what to put into the doObjCopy function in Class BaseClass. I want to be able to make a deep...