A typeid problemWell, not on my system. The only thing I'm doing is substitute [code]cout << typeid(MyClass).name() ...
A typeid problemHello, I'd like to discuss a problem I've stumbled across today. You know the typeid operator in C+...
square wave generatorShouldn't the correct syntax be: [code]amplitude_scale * sgn(sin(phase)) * maxval;[/code] I mean d...
error: 'class1' is not a direct base of 'class2'I guess that makes sense. As long as I don't try to initialize members of the abstract class everyth...
error: 'class1' is not a direct base of 'class2'It was a bad example. I'm talking about non-default constructors. I realised that C() calls the defa...
This user does not accept Private Messages