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..

Sky Diploma commented: Please start a new thread......... for your question. -1

Recommended Answers

All 2 Replies

Member Avatar for jencas

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;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.