Hello, I was wondering if it would be possible to identify a template class and pretty print it. for examle, would it be possible to do: if ( whatis var == "vector") call pretty_print_vector(var) (this code of course does not work, since whatis returns "vector<int,something>" and not "vector") ? --Jacques