hi, I want to use CArrayList<L> class to store Objects same as a generic JAVA ArrayList class.
have you solved this case?

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
I am new to generics and want to understand a syntax. I tried all kinds of version of coding my classes but failed every time i am trying to instantiate CArrayList<T>
Can someone demonstrate how to use the CArrayList<L> class so that i can use its add function and other methods?
I am interested in using it with other objects not a primitive types..