Am 15.10.2011 um 07:07 schrieb Sahana Bhaskar <Sahana_Bhaskar at infosys.com>: > Any inputs will be appreciated. If I use operator= any modifications to the original list( after initializing ) is causing a crash!!! Ouch! = does only a shallow copy! In your case you might need a deep copy however! Cheers, Oliver