main.cpp
------------------------
#include "set1.h"
main()
{
return 0;
}
----------------------
When I tried to compile it using G++, some errors were reflected:
error: ISO C++ forbids declaration of ‘set’ with no type
error: expected ‘;’ before ‘<’ token
...
and below are many errors complaining the member "integers" was not declared.