queue implementation

can anybody help me to wap to implement a queue…so that each object should represent a queue. like if will do obj.add()… it should add another queue??

That’s really a great question… I would rather suggest you to implement it yourself with a little help from GOOGLE …And if your college uses higher versions of C++ you can take the help of STL in C++ …You may refer to this and this