M
M
maiq2014-10-17 10:36:12
C++ / C#
maiq, 2014-10-17 10:36:12

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

3 answer(s)
A
AxisPod, 2014-10-17
@maiq

Doesn't the compiler indicate the signatures of unrealized methods in the error message?

M
maiq, 2014-10-17
@maiq

The error list only shows error C2259 MyClass cannot instantiate abstract class

M
mamkaololosha, 2014-10-17
@mamkaololosha

No way, learn to program with your head, not with your mouse.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question