#include #include using namespace std; #include #include "stack.h" //header-ul este inclus in fisierul sursa stack::stack(const char *obnume) { buf = new int [100]; sp = -1; nrmax = 100; strncpy(nume, obnume, 9); cout<<"Constructor cu dimensiune implicita pentru obiectul "<