[solved]Calling a copy constructor using 'this'Thanks for the tip. (That syntax is the same as Java) I changed it as recommended: [code] CardSta...
[solved]Calling a copy constructor using 'this'That worked: [code] void CardStack::initSortedArray() { this->_sortedIndexes.clear(); CardS...
[solved]Calling a copy constructor using 'this'I have my copy constructor defined like so: [code] CardStack::CardStack(const CardStack &pCS) { ...
[sovled]QT - QWidget: Must construct a QApplication before a QWidgetOk, perfect that worked. Thank you very much.
[sovled]QT - QWidget: Must construct a QApplication before a QWidgetIn trying to make a QLabel a static member of a class I am getting the message: [quote]QWidget: Mus...
This user does not accept Private Messages