May 10, 2011 at 9:05am
1.how I can know that it is the end of the list ?
2.how I can find a spesific object in the STL list?
can someone give me a code?
4 example I have the class
1 2 3 4 5
|
class a
{
int a;
list<int> my_list;
};
|
thanks in advance!!
Last edited on May 10, 2011 at 9:12am