Home
Fractals
Tutorials
SetLib
Books
Archive
My blog

SET C++ library

The mathematical set theory can be very handy in many programming fields such as in compilers and in numerical mind game solvers. These applications require that you manipulate sets of integers and perform operations like union and intersection on them. I have developed a class that encapsulate the set theory operations on set of integers that is much more complete an powerful than <bitset> coming with the standard C++ library.

Features

  • Highly optimized memory management by using the technique described in my article on fixed memory allocation
  • set member iteration function tightly optimized in x86 assembler for better performance
  • Microsoft Visual C++.NET 2003 support (other compilers may be supported upon request)
  • Every common set theory operations are supported
  • Free technical support
  • Free upgrades

Content

  • The SET class
  • Fully extensible diagnostic/exception classes use by SET
  • Documentation
  • Sample project to try out the SET class (Kakuro solver)

There are 2 versions available:

Microsoft Visual C++.NET 2003 library for only 14.95$
Complete source code version for 39.95$

Home :: Fractals :: Tutorials :: SetLib :: Books :: Archive :: My blog :: Contact