I'm trying to write a StringList class....is there any example you know?

Is it better to use the <list> class?

I'm trying to do it by taking pointer to the pointer...double pointer format.

wchar_t **strlst;

Now having trouble to make the copy constructor or equal to operator overloading.....don't know how to do it.....need any sample or example!