Hi,
I have a table A like something like this:
| a b c d
--|----------------
1|(1, 2), (0, 0)
2|(3, 1), (1, 2)
3|(0, 0), (3, 1)
4|(0, 0), (1, 2)
In this, I want to eliminate the duplicate where there is same kind of pair (1,2) (0,0) and (0,0) (1,2).
So I would just end up...
I have Xform class which are all implemented in the Xform.h, and the following is the constructor declarations.
Xform(const Tiny_vec<T,3>& angles,
const Tiny_vec<T,3>& trans);
Xform(const Tiny_mat<T,3,3>& rot,
const Tiny_vec<T,3>& trans);
Xform(const string& filename, Format format...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.