"Janice Caron" wrote > Please could we let > > this(auto n) {} > T n; > > be syntactic sugar for > > this(T n) > { > this.n = n; > } > T n; Good idea. vote = vote + 1; // just realized, vote could be a property :) -Steve