windows - Visual Studio C++ Implement Interface -
I know in Visual Studio, when programming is in C #, if I specify that a class interface implements , Then I can right click on the interface and the "Implementation Interface", which will magically populate my method with appropriate method signing.
EDIT: I should apologize for the ambiguity of the original question. I am exploring a quick easy way of doing dirty work to implement more than one com interface to Visual Studio, i.e. generating method signing / stub in the implementation class.
Thanks,
Alex
Interfaces C ++ Are not present in
IDE support for languages is one of the perks of C # Visual C ++ is actually a different animal.
Comments
Post a Comment