how i can define arraylist in c++ as java
ArrayList a=new ArrayList();
and ican cast it to any data type iwant
because in general it return object
ArrayList a=new ArrayList();
and ican cast it to any data type iwant
because in general it return object
Comment