The member access about template derivationThere are two templates. One is base, another is child [code] //Base.h template<typename T> cla...
'list' does not name a typeThank Azagaros and Gaminic, I forget the namespace std. Thank you very much.
'list' does not name a type[code] //header.h #include <list> class a { private: list<int> a; public: }; [/code] ...
Constructor -initialize this class into an empty class?You can using a char array "myString" to store string. if myString[0] is '\0', this is a empty stri...
c++ problems with printing bubble, insertion, and selection sort program?I check the insertion sort. I did not using function "insertItem", and directly write code in functi...
This user does not accept Private Messages