From: sproctor AT enter DOT net (Sean) Newsgroups: comp.os.msdos.djgpp Subject: Re: What's the command? Date: Mon, 19 Jul 1999 20:51:52 GMT Message-ID: <37968f6b.25139437@news.enter.net> References: <7mqe9a$2mlh$1 AT nnrp01 DOT ops DOT uunet DOT co DOT za> X-Newsreader: Forte Agent 1.5/32.452 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 207.16.154.41 X-Original-NNTP-Posting-Host: 207.16.154.41 X-Trace: 19 Jul 1999 16:52:44 -0400, 207.16.154.41 Organization: Enter.Net Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 17 Jul 1999 18:21:56 +0100, "Burger Rule" wrote: >Can anyone please tell me what the equivalent of Pascal's "readln" is in >C++? > >Thanx in advance, much appreciated! > >____________________ >~>>*=Burger Rule=*<<~ >--------------------------- >burger_rule AT mailcity DOT com > Ummm, not sure but I believe cin.getline() or something like that is about the same... Not exactly, but similar. Or you could write your own using getch() Sean