User profile: DrZoo

User info
User name:DrZoo
History
Joined:
Number of posts:8
Latest posts:

SLNode Class operator<< help
Wow, I knew it was something small that I was over looking. Thanks Norm.

SLNode Class operator<< help
I'm trying to do a cout operator on my code, but when I try to compile it's giving me an error. I kn...

operator= error
Thanks everyone for your input and help. I greatly appreciate it!

operator= error
Ok, so transfer the passed in array into some temp array, then delete [] p, then allocate the new ar...

operator= error
Yeah vlad, I changed it to this. [code] Array & operator=(const Array & x) { //std::cou...