#include class Object { Object() {printf("+Object\n");} compl Object() {printf("-Object\n");} };