User profile: TheKamis

User info
User name:TheKamis
History
Joined:
Number of posts:2
Latest posts:

Calling method of specialized template base class in sub-class
Unfortunately, this is not the same case. In my case the base of FooDerived is a specialized templat...

Calling method of specialized template base class in sub-class
[code]class IFoo { virtual void Bar() = 0; }; class FooAbstract { virtual void Bar() {} }; ...

This user does not accept Private Messages

User: TheKamis

  • Public profile