P
Peng Yu
I'm trying to define a list of integer poiinters. But the following
thing doesn't work. Do you know what's wrong with it?
list<int*> L;
Thanks!
Peng
thing doesn't work. Do you know what's wrong with it?
list<int*> L;
Thanks!
Peng