On Mon, 24 Jul 2000, Tom Christiansen wrote: > >Is it just me, or are these two not supposed to be the same in the C++ > >world anyway? Just as these are distinct in C++: > > > foo.method() > > > foo->method() > > > It's Java and Python that has just the dot. And, I bet, some BASIC crud. ObjectCOBOL too, I think. (And no, I'm not checking. The thought of object-oriented COBOL is evil enough, thanks--I don't need details to populate my CS nightmares...) Dan