From: bowes AT mail DOT cgocable DOT net Message-Id: <199804172047.QAA05722@mail.cgocable.net> To: djgpp AT delorie DOT com Date: Fri, 17 Apr 1998 16:46:26 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: cin>> question In-reply-to: Precedence: bulk > Is there any way to adjust the iostreams so that I can get a character > array that has a space in it such as a date with cin>> or do I have to > just use gets()?? You could use cin.get(variable); or cin.getline(variable);