From: frenchc AT cadvision DOT com (Calvin French) Newsgroups: comp.os.msdos.djgpp Subject: Re: H: class String Date: 22 May 1997 00:00:43 GMT Organization: Reham Salad Lines: 8 Message-ID: <5m02bb$2gcg@elmo.cadvision.com> References: <5lv3c2$1ck$1 AT narses DOT hrz DOT tu-chemnitz DOT de> NNTP-Posting-Host: ts35ip247.cadvision.com Mime-Version: 1.0 Content-Type: Text/Plain; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Simple. Use #include or else #include <_string.h> (I think). Only one thing, can anybody get these working? I get link probs, so I assume there's some code that isn't being compiled, or a library i'm failing to include. I am linking with -lstdcxx. Code seems to compile just fine. Also, the rest of the gnu stl seems to work just fine, just not the string class. - Calvin -