From: brad@cs.umd.edu (Brad V. Stuart) Newsgroups: alt.sex Subject: Re: Penis Size >William C. Belcamino (blcmino@ecst.csuchico.edu) wrote: > >: Can Penis size be increased with the C++ operator? > >: As in penis_size = penis_size++; I am afraid not. This actually won't have any more effect than a simple ++penis_size; which is to say, not much. What you probably need is more like delete penis; penis = new Penis(MAX_PENIS_SIZE); I hope this helps.