Hello i've recently started using classes and i'm trying to build a stack of objects. I've created the class Oggetto, which has a int variable and two char* variables(and basic functions like get/set), and i have to use a dynamic array to build the stack.Hello i've recently started using classes and i