#include "IMyIntData.h"
class MyIntData : public CPMUnknown<IMyIntData>
{
I need to know what this syntax means (including MyIntData in angular brackets after parent class name) where IMyIntData is the Interface from where MyIntData is derived.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |