int main ()
int i=0;
char txtl[N] > txt2[N];
Stos stosik(N);
cout << "Podaj jakiś tekst (max 30 znaków) cin >> txtl;
while(txtl[i])
stosik.poloz(txtl[i++]);
cout << "\n Obrucony tekst :
while(i!=0)
stosik.zdejmij(txtl[i--]); cout << txtl[i];
cout << "\n\n"; system("PAUSE"); return EXIT_SUCCESS;