User: Tanatos

  • Public profile

User profile: Tanatos

User info
User name:Tanatos
History
Joined:
Number of posts:19
Latest posts:

A typeid problem
Well, not on my system. The only thing I'm doing is substitute [code]cout << typeid(MyClass).name() ...

A typeid problem
Hello, I'd like to discuss a problem I've stumbled across today. You know the typeid operator in C+...

square wave generator
Shouldn'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