This question shows research effort; it is useful and clear
3
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我有一个 C++ 类,它可以选择支持一些附加功能(由抽象接口定义)。在 Microsoft COM 中,有一种方法可以通过使用QueryInterface(GUID, void**). 这需要将所有接口重新解释为 void*。我的问题是 - 有没有更安全的方法可以在不使用演员表的情况下达到同样的效果?