Hi Arne,
On 12/12/06, Arne Kreutzmann <[EMAIL PROTECTED]> wrote:
Hi,
> C++ template <-> java template
That is not true. In C++ the following is valid
class A
{ ... };
template <class T> class B : public T
{ ... }
You can not do that in Java as far as I know.
it is very interressant your class inherite from the generic type !
yet another bad point for java.
Now we have tree advices (Robert, Jan, Arne) with good args to say it is not
a good idea.
I noboby has others args for or against this project, I decide I will stop
here my investigations.
Regards,
--
Bertrand Greslier
http://www.cooki3d.org
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/