User: ljin

  • Public profile

User profile: ljin

User info
User name:ljin
History
Joined:
Number of posts:6
Latest posts:

Copy constructor and assignment operator for Container Class
I know where I am wrong. The elements[] is an array of pointers to the original objects(T), that do...

Copy constructor and assignment operator for Container Class
Yes, maybe you get the point. I really did not know what question I should ask so that I just guesse...

Copy constructor and assignment operator for Container Class
Deep copay of the T*? I wanna to place many the Person objects into the Set container and do somethi...

Copy constructor and assignment operator for Container Class
if using elements[ i ] = temp[ i ], that will cause double deletion/memory leak. That's why we have ...

Copy constructor and assignment operator for Container Class
Yes, I initialized the elements in the constructor shown as follows: Set(int initial_size = 4...

This user does not accept Private Messages