I\'ve been working on some C++ code that a friend has written and I get the following error that I have never seen before when compiling with gcc4.6:
error:
I encountered this error when inheriting from an abstract class and not implementing all of the pure virtual methods in my subclass.