#include int main(int argc, char **argv) { list *zzz = new list; std::list::iterator zz; zz = zzz->begin(); delete zzz; zz = zzz->begin(); }