Date: Tue, 23 Nov 1999 21:31:19 -0500 From: "Mikhail Evstiounin" <evstiounin@adelphia.net> To: "Marc Wandschneider" <MarcW@Lanfear.com>, "'Tim'" <tim@ns2.megainfo.com>, "Harry Woodward-Clarke" <Harry.Woodward-Clarke@s1.com> Cc: <freebsd-questions@freebsd.org> Subject: Re: String.h Message-ID: <01de01bf3630$7c991300$a7353018@evstiouninadelphia.net.pit.adelphia.net>
next in thread | raw e-mail | index | archive | help
String.h is a GNU template implementation of the strings which looks like STL strings, but a little bit more powerfull. GNU supported String.h up to 2.8.1 and stopped to do it recommending to use STL. You can download g++ library from any GNU gcc site and install it in a gcc subtree. I did it for different version of gcc on different platforms. Never tried it with egcs (cygnus is official "supporter" for gcc - btw, gcc is not GNU cc anymore - it's GNU Compiler Collection:-). Take a look at http://egcs.cygnus.com -----Original Message----- From: Marc Wandschneider <MarcW@Lanfear.com> To: 'Tim' <tim@ns2.megainfo.com>; Harry Woodward-Clarke <Harry.Woodward-Clarke@s1.com> Cc: freebsd-questions@freebsd.org <freebsd-questions@freebsd.org> Date: Monday, November 22, 1999 12:27 AM Subject: RE: String.h > > >> -----Original Message----- >> From: Tim [mailto:tim@ns2.megainfo.com] >> Subject: Re: String.h >> >> >> Thanks for the reply, but I am referring to <String.h> >> The lowercase one is for C programming and lacks the ability to say >> string1=string2 + string3; >> >> I know one can also #include <string>, but that one causes compile >> problems unrelated to our C++ program. >> >> String.h is present in /usr/include/g++ on FreeBSD machines. >> I think it >> used to be also present on older g++ releases, but I am not sure. > > I have seen similar confusion with programs I'm compiling with >FlexLexer.h, also in <g++/FlexLexer.h> on FreeBSD systems, and seemingly >NOT in newer g++ releases ... > > i'd be curious as to what the story is .... > > marc. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01de01bf3630$7c991300$a7353018>