C++ sets class1.0



Publisher 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. 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.



About C++ sets class

C++ sets class is a free software published in the Computer list of programs, part of Education.

This Computer program is available in English. It was last updated on 08 March, 2026. C++ sets class is compatible with the following operating systems: Windows.

The company that develops C++ sets class is Abecedarical Systems. The latest version released by its developer is 1.0. This version was rated by 1 users of our site and has an average rating of 5.0.

The download we have available for C++ sets class has a file size of N/A. Just click the green Download button above to start the downloading process. The program is listed on our website since 2001-01-15 and was downloaded 89 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded software with your antivirus. Your antivirus may detect the C++ sets class as malware if the download link is broken.

How to install C++ sets class on your Windows device:
  • Click on the Download button on our website. This will start the download from the website of the developer.
  • Once the C++ sets class is downloaded click on it to start the setup process (assuming you are on a desktop computer).
  • When the installation is finished you should be able to see and run the program.

Program Details


General

Publisher
Released Date
2001-01-15
Languages
English

Category

Category
Subcategory

System requirements

Operating systems
Win2000,Win98,WinXP

Download information

File size
N/A
Total downloads
89

Pricing

License model
Free
Price

Version History


Here you can find the changelog of C++ sets class since it was posted on our website on 2015-04-25. The latest version is 1.0 and it was updated on Soft112 on 08 March, 2026. See below the changes in each version:

version 1.0

posted on 2001-01-15

New release






Click stars to rate this APP!

Users Rating:
  5.0/5     1
Downloads: 89
Updated At: 2026-03-08
Operating System: Windows
License Type: Free