Ver originalmi_clase *obj = new mi_clase;for (int x = 0; x <= 100; ++x){ obj->numero = x;}delete obj;