Hi.
The obvious difference is that one has little open/close parentheses behind
it and the other one does not.
The not so obvious part, is that '()' is a function call operator. The
first line will dereference (tb) find the offset of the show function: and
then do nothing with it.
The last line will actually call the relevant method - in this case show.
> On 16 Mar 2000, Tero Pulkkinen wrote:
> > > tb->show;
> > shouldnt this be:
> > tb->show();
>
> Sorry for my ignorance, but is there a difference?
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.