On Oct 24, 9:56*am, Obnoxious User <O...@127.0.0.1> wrote:
> On Fri, 24 Oct 2008 07:49:21 -0700, ahdz10 wrote:
> > class string
> > { private:
> > ....
> > *public:
>
> > * * * //Constructor
> > * * *//overloading constructor
>
> > * * *//Destructor
> > friend function for accepting input
> > friend fuction for display output
>
> > }
>
> > a constructor which will initialize the string as the first line and
> > size with corresponding string length.
>
> > Another overloading constructor which will accept a string and
> > initialize it and its length to the class
>
> > Write a friend function which will read a string for the objext from the
> > keyboard
>
> Have you tried writing it yourself?
>
> --
> OU
> Remember 18th of June 2008, Democracy died that afternoon.http://frapedia..se/wiki/Information_in_English- Hide quoted text -
>
> - Show quoted text -
I dont even know how to start =(