Forum: C++
Jan 22nd, 2006, 9:38 PM
|
|
Replies: 2
Views: 201
Help: Template Class' copy constructor
I am creating a template class for a school assignment and am stuck on the copy constructor. I get the following error:
/tmp/ccxWE2Mp.o(.text+0x3c7): In function `main':
lab2.cc: undefined...
|