|
|
C sets class
 Freeware By abecedarical systems 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.
The sets class supports the following set operations by means of C operator overloading:
union
The union of two sets A, B is the set of all elements which belong to either A or B. In the sets class, the symbol is the binary union operator:
A B {x:.. sets class c c .. C sets class
|
|
|
|
|