Hello
Can define template<int n> class myClass{...........}
can I define template <Base *b>
class myTemp{
.............
}
while class Base
is defined properly.
Thank you.

what? I don't really get your question?

You can't define template class ?

template<typename Type = int> //default type is int
class ABC {  };
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.