hi,
I changed a little bit and seems ok. But I'm wondering:
why can I use :
and why that error inside op<< (see stack.h)?Qt Code:
cout << it.getValue() << endl; and not cout << (*it).getValue() << endl;To copy to clipboard, switch view to plain text mode
thanks
Bookmarks