On Mon, 28 Aug 2000, ts wrote: > It's best to write > > S> table[i] += $~.begin(0) > > table[i] << $~.begin(0) I'm guessing the reason is because '<<' is implemented by a local method, whereas "+=" is implemented by another class so that means a couple more bounces around the class hierachy to resolve what to call? Is that right? -- steve / deaf.org