Hi,
I'm pretty much new to using VC++ environment..And I really need some help.
I use vc++ 6.0, and I get some errors when I try to compile header file in vc++ which worked in linux.
What I get is a syntax error in the function.. such as
template <Class S, int D>
template <Class X> <- here
Vec<S, D> scale(const X &a)
{
//implementation
}
Is there a way I would not get the error in VC++ for that line, but works same as that?
Thanks in advance!
I'm pretty much new to using VC++ environment..And I really need some help.
I use vc++ 6.0, and I get some errors when I try to compile header file in vc++ which worked in linux.
What I get is a syntax error in the function.. such as
template <Class S, int D>
template <Class X> <- here
Vec<S, D> scale(const X &a)
{
//implementation
}
Is there a way I would not get the error in VC++ for that line, but works same as that?
Thanks in advance!