N
nimrod
hi
i'm trying to compile old c++ ver 4 program with vc++ ver 6
something like that :
tamplate <class tt> class bb
class bb
{
friend class cc<tt>;
};
class cc
{
}
and i get syntax error :'<'
on the line friend class cc<tt>;
i'm new to c++ ..
can any one help
nimrod
i'm trying to compile old c++ ver 4 program with vc++ ver 6
something like that :
tamplate <class tt> class bb
class bb
{
friend class cc<tt>;
};
class cc
{
}
and i get syntax error :'<'
on the line friend class cc<tt>;
i'm new to c++ ..
can any one help
nimrod