You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
How do I write a copy constructor for a public class (structure substitute) please?
For sake of an example lets say the public class is as below:
I'm using this structure with CArrayObj hence the reason it is inherited from CObject.
And I want make a copy constructor for this class.
Thanks.