Overriding virtual methodsHi, I've defined an abstract class IBase with a single method [code] virtual bool foo(){ p...
static library using virtual methodsI tried to declare it pure virtual, but I had problems compiling. The compiler said that is not poss...
static library using virtual methodsI thought , I could create just the interface, and the implementation is writted by client that want...
static library using virtual methodsHi, I'm trying to create a static lib. This lib needs to read/write to a db, but the library h...
This user does not accept Private Messages