Re: [gtkmm] Problem with connecting signals to buttonbox buttons.



> > dynamic_cast<>?
> 
> lol, I don't know what that is either!  

dynamic_cast returns 0 if the type is not what you though it was, or if it
is a reference, it throws an exception.

You could also use typeid to find out what type it is.

/Fredrik Arnerup



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]