Answer the question
In order to leave comments, you need to log in
How in Visual Studio 2010 for C++ to see the unimplemented methods of the heir of an abstract class?
Good afternoon!
There is a class with a bunch of interfaces, when creating an object of this class I get a compiler error about the impossibility of creating an object of an abstract class (not all methods have been implemented). Are there any standard tools or plugins in Visual Studio 2010 to view unimplemented methods? C++ language.
Answer the question
In order to leave comments, you need to log in
Doesn't the compiler indicate the signatures of unrealized methods in the error message?
The error list only shows error C2259 MyClass cannot instantiate abstract class
No way, learn to program with your head, not with your mouse.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question