Date: Sat, 6 Mar 1999 22:26:09 -0500 (EST) From: Daniel Reed To: djgpp AT delorie DOT com Subject: Re: Strings In-Reply-To: <36E1E102.2205@infi.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sat, 6 Mar 1999, Joe Wright wrote: ) Paganini wrote: ) > I did a little more research, and I wasn't too far off...this is what works ) > with DJGPP, and it is correct according to the standard... ) > ) > #include ) > ... ) > getline(, ); ) > ... ) Guess again. There is no header and there is no function ) getline(). Guess again. string is a C++ header file which, at least on my system, includes which includes a prototype for getline(): getline (istream&, basic_string &, charT delim = '\n'); -- Daniel Reed I can levitate birds, but nobody cares...