Mail Archives: djgpp/1997/01/10/14:49:10
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
- Raw text -