#include "Text.h" #include Text::Text() { cout << "costruisco un Text" << endl; } Text::~Text() { cout << "distruggo un Text" << endl; }