typedef std::list<list*> List;
Can you tell me how to enter inside the list,if I want to know number of contacts which it consists..
typedef std::list<list*> List;
Can you tell me how to enter inside the list,if I want to know number of contacts which it consists..
typedef std::list<list*> List;
Can you tell me how to enter inside the list,if I want to know number of contacts which it consists..
What is the second list in
typedef std::list<list*> List;
or do you mean
typedef std::list<std::list*> List;
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.