On Tuesday 16 July 2002 4:22 pm, Andre Poenitz wrote:
> On Tue, Jul 16, 2002 at 03:51:05PM +0100, Angus Leeming wrote:
> > You mean you'd prefer to pass around (possibly large) structs? Seems a
> > little excessive. Anyway, if you prefer that then this will probably also
> > be fine Martin.
>
> How large is '(possibly large)'?

Angus looks at the source... (perhaps André could too ;-)... 
Ok, not large. A counter contains an int. 

> And yes, I prefer things over pointers to things if that's not too
> expensive...
> >     counterList[newc] = new Counter;
>       counterList[newc] = Counter();
> No?

This probably qualifies for a call of smart-arse ;-)

Reply via email to