C++ sets class

Download URL | Author URL | Software URL

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 i

Related software (5)

VSdocman

VSdocman

VSdocman is a Visual Studio tool for commenting and the automatic generation of class documentation from your C# and VB .NET source code files. It automatically creates MSDN-like d ...

Volleyball Scoreboard Standard

Volleyball Scoreboard Standard

Use the computer and display you already have with our volleyball scoreboard software to transform your pc into a virtual volleyball scoreboard. Our scoreboard download is great fo ...

SocketTools .NET Edition

SocketTools .NET Edition

The SocketTools .NET Edition is a collection of Internet components for Visual Studio 2013 and earlier versions. Includes support for 64-bit platforms, IPv6 networks and secure con ...

AndroChef Java Decompiler

AndroChef Java Decompiler

AndroChef Java Decompiler is Windows decompiler for class, jar, apk and dex files. It reconstructs the original source code from the compiled binary CLASS files (for example Java a ...

SecureBlackbox for Java

SecureBlackbox for Java

SecureBlackbox for Java is a comprehensive class library that adds SFTP, FTPS, SSH, PGP, PDF, XML security, S/MIME, SSL/TLS, HTTPS, PKI, ZIP, EDI, Cloud, WebDAV, SAML, Office secur ...

RSS Feed | submit pad file