Wednesday, February 18, 2009

C++ STL SET example: How to insert objects (ADT) into the set

If your set elements are ADTs or class objects, the elements must be comparable to be inserted into SET container. There is an example. Set example

No comments:

Post a Comment