User: guevara

  • Public profile

User profile: guevara

User info
User name:guevara
Email:leeguevara@gmail.com
Name:Li Min
Location:Shanghai, China
History
Joined:
Number of posts:13
Latest posts:

The member access about template derivation
There are two templates. One is base, another is child [code] //Base.h template<typename T> cla...

'list' does not name a type
Thank 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