Using the definition of
IMyComInterface
and
IYourComInterface
, define a C++ class
CMyComObject
to implement COM object
MyComObject
using the interfaces
IMyComInterface
and
IYourComInterface
.
When you are done, write or paste your code into the text area below and click
Submit to submit your answer.