From: "Robin Y. Millette" Newsgroups: comp.os.msdos.djgpp Subject: Re: c++ Q: string and String class [detail] Date: Mon, 16 Nov 1998 11:53:16 -0500 Organization: Waglo Institution Lines: 14 Message-ID: <3650587C.80AD8528@generation.net> References: <36500E07 DOT 6316EF42 AT eev DOT e-technik DOT uni-erlangen DOT de> NNTP-Posting-Host: 205.205.118.187 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: 911243630 ZCZSLWF4G76BBCDCDC usenet80.supernews.com X-Complaints-To: newsabuse AT supernews DOT com X-Mailer: Mozilla 4.5 [en] (WinNT; I) 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 Michael Schuster wrote: > I've had a problem with the string classes when updating the compiler > version to 2.8.1. I found - after reading the mail archieve- that there > is a STL string class ("string") and a Gnu string class "String" which I > was using the time before the update. Perhaps it's only a detail, but STL doesn't say anything about a string class... The new standard makes both STL and a String class integral part of a conforming c++ compiler. ... but I can't help you otherwise.