On Mar 18, 5:01 pm, "kwikius" <a...@servocomm.freeserve.co.uk> wrote:
> On 18 Mar, 21:00, "kwikius" <a...@servocomm.freeserve.co.uk> wrote:
>
> > On 18 Mar, 20:45, t...@weismannwebservices.com wrote:
>
> > <...>
>
> > > template <class BaseData>
> > > class linklist {
>
> > //#######################
> > // add declaration of ctor in class definition ...
>
> // hmm... probably want it public too ..
>
> public:
>
> > linklist();
> > //###############
Thanks for the help...I did figure that out and felt a little stupid
afterwards

but now I am having a new error when linking. The
overload of the insertion operator must be having a problem after
all. My cout's in main for a linklist object are outputting errors
when linking. The erros are:
Error 1 error LNK2019: unresolved external symbol "class
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
operator<<(class std::basic_ostream<char,struct std::char_traits<char>
> &,class linklist<int> const &)" (??6@YAAAV?$basic_ostream@DU?
$char_traits@D@std@@@std@@AAV01@ABV?$linklist@H@@@ Z) referenced in
function _wmain assignment4.obj
Error 2 fatal error LNK1120: 1 unresolved externals F:\CS
255\assignment4\Debug\assignment4.exe 1