************
Windows : Dev-C++ 4
Linux : gcc abc.c -lm Return
a.out Return
************
* You can compile the a_main.c files directly without create a
project.
************
b01.c : create A, erase A, print A, insert an element into A.
b02.c : erase an element of A
b03.c : is it an element of A?
b04.c : size of A
b05.c : A union B
b06.c : A inter B
b07.c : A minus B
b08.c : A include B
b09.c : A propersubset B
b10.c : A = B
b11.c : A delta B
b12.c : C = complement of A in B
b13.c : A[n]
************
The members can try these links :
http://groups.yahoo.com/group/mathc/files/C/S/setsna.zip
or
http://www.geocities.com/xhungab/set.html
thank