On 6 Jan 2006 11:24:14 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Ganesan,
>
> I'm trying to stay portable between Windows and Linux. My app will run
> on Linux when deployed. But we do a lot of simulation on Windows
> because of better dev tools available on Windows.
(Lots of people se
Ganesan,
I'm trying to stay portable between Windows and Linux. My app will run
on Linux when deployed. But we do a lot of simulation on Windows
because of better dev tools available on Windows.
So I really want a regular expression implementation that'll compile
under MS VS 2003 C++ and also und
> techiepundit <[EMAIL PROTECTED]> writes:
> I've been writing code in Python to prototype part of an application.
> I've used the re regular expression pattern matcher. Now I have to take
> what I've written and recode it in C to fit in an existing C app.
What platform? Linux includes a reg
I've been writing code in Python to prototype part of an application.
I've used the re regular expression pattern matcher. Now I have to take
what I've written and recode it in C to fit in an existing C app.
Anyway, is there a way to use the re regular expression evaluator in C?
Is it written in C