Support for C++ sets class is available from the publisher site.
Short description: The sets class can be used to perform set operations in your programs. It represents set elements as bits in a private array of unsigned long integers. The array size is a defined constant which can be changed to suit your application....
