C++ sets class 1.0

C++ sets class 1.0

Publisher's description
"C/C++ sets class"
Published by Abecedarical Systems on 8 Apr 2010
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: (1) 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. (2) intersection -- The intersection of two sets A, B is the set of all elements which belong to both A and B. The symbol * is the binary intersection operator:
A * B = {x: x is in A -and- x is in B } (3) complement -- In set theory, sets are subsets of a fixed universal set U. In the sets class, U is the set of elements numbered from 1 to MAX_WORDS * WORD_SIZE. The complement of set A is the set of elements belonging to U but not belonging to A. The symbol ~ is the unary complement operator: ~A = {x: x is in U, x is not in A } (4) difference -- The difference of two sets A, B is the set of all elements which belong to A less those in B. The symbol - is the binary difference operator: A - B = {x: x is in A, x is not in B} (5) symmetric difference -- The symmetric difference of two sets A, B is the set of all elements which belong to A or to B, but not both.

Requirements: C/C++ compiler

What's new in this version: New release

  • Size:

    13.66 KB
  • License:

    Freeware
  • OS:

    Windows
  • Price:

    $0

Antivirus information

Download3K has downloaded and tested C++ sets class on 27 Mar 2012 with some of Today's best antivirus engines and you can find below, for your convenience, the scan results:
  • Bitdefender:

    Clean
  • NOD 32:

    Clean
  • Avira:

    Clean
  • Kaspersky:

    Clean
C++ sets class Antivirus Report

Notifications

Your email:
Friends email:

Related press releases

User rating
3/5
(2 votes)
Good
Your opinion