generic interface That could be a good solution. However, suppose we have a parent class which we have to inherit from...
generic interface Consider the following code: [code]class A {}; class B : public A{ int b; }; class C : public A{...
comparing string with item@krofna: You are right... That was what I am trying to say. However, I should mention what is about...
comparing string with itemHi all, is there any way to compare string item, say given form in stream, with an object name. ...
C++0XI DID NOT get it
This user does not accept Private Messages