I am new to C++ and STL. I am stuck with the following simple example of a hash set storing custom data structures:
#include
#include
You should investigate using the STL's TR1 extension namely
Most modern C++ compilers ship with these extensions, hence there is no need to use a non-standard class such as hash_set etc.