Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

c++ templated methods

Name: Anonymous 2007-10-07 1:33

How to write implementation of method foo?


template <class T>
class Foo
{
public:
    Foo(void){}
    ~Foo(void){}
    template<class T1> void test(T1 a);
};

Name: Anonymous 2007-10-07 16:50

>>12
#include file.cpp
?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List