implement a queue

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

wap to implement singleton class in c++??