From owner-freebsd-questions Sun Nov 21 21:24:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shoppersnet.com (ns2.megainfo.com [63.192.39.115]) by hub.freebsd.org (Postfix) with ESMTP id 67C3214C92 for ; Sun, 21 Nov 1999 21:24:16 -0800 (PST) (envelope-from tim@ns2.megainfo.com) Received: from localhost (tim@localhost) by shoppersnet.com (8.8.8/8.8.8) with SMTP id VAA15342; Sun, 21 Nov 1999 21:24:14 -0800 (PST) (envelope-from tim@ns2.megainfo.com) Date: Sun, 21 Nov 1999 21:24:14 -0800 (PST) From: Tim To: Harry Woodward-Clarke Cc: freebsd-questions@freebsd.org Subject: Re: String.h In-Reply-To: <3838BD34.7C28D972@S1.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 Nov 1999, Harry Woodward-Clarke wrote: > Tim wrote: > > I am trying to port some software compiled with g++ 2.7.2.1 on FreeBSD > > which uses the String.h library, but other operating systems such as > > Solaris with g++ 2.95.1 do not have the String.h library. > > > > Is the String.h a FreeBSD specific library or is it just one that is no > > longer supported by GNU's compiler? > > > Hmmm... interesting. My copy of K&R(2nd) says that is part of > the Standard Library... hey... wait a minute. When you type "String.h", > your code really has "" doesn't it? Not "". > Thanks for the reply, but I am referring to The lowercase one is for C programming and lacks the ability to say string1=string2 + string3; I know one can also #include , 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message