Chris Stols: Hello Is there a way i can create my own class and reference it through an array ?
- Repost your code that compiles.
- All classes can be “referenced through an array,” as long as there is a default constructor (compiler generated, or yours).
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 Is there a way i can create my own class and reference it through an array ?
The class is of non-default data types. (int, float, double, etc.)
Why i ask. :-)