On Sun, Nov 26, 2006 at 09:46:33PM +0100, Andre Poenitz wrote:
> On Sat, Nov 25, 2006 at 08:42:47PM +0100, Enrico Forestieri wrote:
> > Hmmm, if my info are correct I think I'm doing right:
> >
> > void string::resize(size_type n, char c)
> > The string stored in the string object is resized
On Sat, Nov 25, 2006 at 08:42:47PM +0100, Enrico Forestieri wrote:
> Hmmm, if my info are correct I think I'm doing right:
>
> void string::resize(size_type n, char c)
> The string stored in the string object is resized to n characters.
> The second argument is optional, in which case the
On Fri, Nov 24, 2006 at 06:42:28PM +0100, Andre Poenitz wrote:
> On Wed, Nov 22, 2006 at 02:32:28AM +0100, Enrico Forestieri wrote:
> > On Tue, Nov 21, 2006 at 07:21:13PM +0100, Andre Poenitz wrote:
> > > On Fri, Nov 17, 2006 at 07:27:43PM -, [EMAIL PROTECTED] wrote:
> > > > +protected:
> > >
On Wed, Nov 22, 2006 at 02:32:28AM +0100, Enrico Forestieri wrote:
> On Tue, Nov 21, 2006 at 07:21:13PM +0100, Andre Poenitz wrote:
> > On Fri, Nov 17, 2006 at 07:27:43PM -, [EMAIL PROTECTED] wrote:
> > > +protected:
> > > + iter_type
> > > + do_get(iter_type iit, iter_type eit, std::ios_base &
On Tue, Nov 21, 2006 at 07:21:13PM +0100, Andre Poenitz wrote:
> On Fri, Nov 17, 2006 at 07:27:43PM -, [EMAIL PROTECTED] wrote:
> > +protected:
> > + iter_type
> > + do_get(iter_type iit, iter_type eit, std::ios_base & b,
> > + std::ios_base::iostate & err, long & v) const
> > +