From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: Date: Wed, 11 Feb 1998 11:03:48 -0800 Organization: Hewlett Packard Lines: 7 Message-ID: <6bssmh$kgt$1@rosenews.rose.hp.com> References: <3 DOT 0 DOT 5 DOT 32 DOT 19980211115618 DOT 007ecc60 AT mail DOT kudos DOT net> NNTP-Posting-Host: ros51675cra.rose.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Gerald Wann wrote in message <3 DOT 0 DOT 5 DOT 32 DOT 19980211115618 DOT 007ecc60 AT mail DOT kudos DOT net>... >#include This is the wrong header file. Try <_string.h> instead. That gets the proper c++ one.