Date: Wed, 10 May 2000 18:51:11 -0400 Message-Id: <200005102251.SAA22665@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3919f44a.104678014@news.latech.edu> (jdo005 AT spamblockerbeta DOT latech DOT edu) Subject: Re: standard libraries References: <3919f44a DOT 104678014 AT news DOT latech DOT edu> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > My current problem is ... Because DOS doesn't have case-sensitive file systems, you can't have (for example) string.h and String.h at the same time. So, what we did was rename the ones with upper case to have an underscore, like _String.h. And the C++ headers are in lang/cxx/ (_String.h is in lgp2952b.zip), not include/. Note, however, that the current gcc also allows for for the C++ string class. > I've been lurking here a while and you all seem like a great bunch > of guys & gals. Thanks!