User: Black Spider

  • Public profile

User profile: Black Spider

User info
User name:Black Spider
Name:Pham Duy Tung
Location:Hanoi - Viet Nam
History
Joined:
Number of posts:4
Latest posts:

problem with list<T>::iterator
thank you so much

problem with list<T>::iterator
who can help me [code] #include <iostream> #include <list> using namespace std; class my...

copy constructor
I think [code]myclass(const myclass & obj) {p=new int; *p=*obj.p; }[/code] is not the memberfunction...

copy constructor
I have a class: [code]class myclass { int *p; public: myclass(int i){ p=new int...

This user does not accept Private Messages