From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: Re: Need Help!! C++ Emergency!!! Date: Fri, 03 Dec 1999 08:45:06 -0600 Organization: CRL Network Services Lines: 21 Message-ID: <3847D772.9B85E151@a.crl.com> References: NNTP-Posting-Host: a116015.stl1.as.crl.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.5-15 i586) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com news wrote: > > I am doing a Project right now, I have totally No ideas how to do it. The > langage we use is C++ > > I have to find out how many letter user typed. > > Ex. axfji (5 Letters) > > Therefore, I have to say they have enter 5 Letters. > > Anyone know how to write that program to check how many letter the user has > enter? > > If you know the Answer, Please send E-Mail To me at geoffry AT home DOT com Read up on the cin and the string classes. -- Weiqi Gao weiqigao AT a DOT crl DOT com