Terminal interface C++ program for demonstration of basic operations on sets. A universe is input by the user at the start of the program and then the user can proceed to assign sets that contain elements strictly from the universe.
Uses bitwise operations on integers to implement union, intersection and complement operations.