Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have written a C++ class which implements an interface. The problem is I do not know how to find out what methods on the interface are not implemented until runtime. And even then, I get a generic error message saying the class is abstract and cannot be instatiated.

 

Is there a way to get the compiler to show me methods in the interface which I forgot to implement?

 

thanks

Bryan

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...