Newsgroups: comp.os.msdos.djgpp Subject: libgcc From: frenchc AT cadvision DOT com (Calvin French) MIME-Version: 1.0 Content-Type: Text/Plain; charset=US-ASCII NNTP-Posting-Host: ts6ip220.cadvision.com Message-ID: <34c129de.0@news.cadvision.com> Date: 17 Jan 98 21:59:58 GMT Organization: CADVision Development Corporation (http://www.cadvision.com/) Lines: 11 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hmn, now I have a question about gcc's String class implementation. It seems to work quite well most of the time, but there is a problem and that is that it seems to be part of libgcc, not libstdcx. This is bad for me, since according to my understanding of the GPL I have to release my source code and all other kinds of terrible (j/k) things if I use it, right? I've so far kept my code that uses it to an absolute minimum with the plans to change it over to standard libc string functions, but perhaps there is a comparable (equivalent?) free implementation? - Calvin -