Message-Id: <1.5.4.16.19970110192315.35078198@pop.verisim.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 10 Jan 1997 14:23:15 -0500 To: Andrea Marchini From: Takashi Toyooka Subject: Re: DjGpp troubles Cc: djgpp AT delorie DOT com At 09:58 1997/01/10 +0100, you wrote: >Hi all, I am totally new to djgpp. I am writing a string managing >module and the C code is executed correctly when compiler by the BC >compiler, while djgpp gives me errors. Hello. Are you aware that, if you use g++ (gxx.exe), then there is a String object already supplied? The header file is in: lang/cxx/_string.h Also, you can use _regex.h, in the same directory, to make use of regular expressions! By golly, it's almost as good as perl! ;-) I'm not sure which package they come with, probably lgpNNNb.zip. Regards, Takashi