Re: Can I use Regular Expressions in non-managed code? + Error 1606
From: Roy Fine (rlfine_at_twt.obfuscate.net)
Date: 02/27/05
- Next message: Gabriel Bogdan: "Re: Memory dc usage"
- Previous message: mr.sir bossman: "RE: Memory dc usage"
- In reply to: Carl Daniel [VC++ MVP]: "Re: Can I use Regular Expressions in non-managed code? + Error 1606"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 27 Feb 2005 12:00:11 -0500
see this months edition of MSDN magazine - Paul DiLascia talks on this
subject.
regards
roy fine
"Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@mvps.org.nospam>
wrote in message news:es5wGxGHFHA.3648@TK2MSFTNGP09.phx.gbl...
> David F wrote:
> > Using Visual C++ .NET 2003 Standard.
> > -------------------------------------------
> >
> > 1.
> > Are regular expressions methods available in real C++ portions of the
> > "Visual C++" (what MS calls non-managed code)?
> > When I search in the help, and even though I filter it for Visual
> > C++, many of the topics found discuss C# and VB only.
>
> Yes, but not the .NET regular expressions.
>
> There are any number of unmanaged C++ libraries for regular expressions.
> You might try boost.regex (www.boost.org), or GRETA
> (http://research.microsoft.com/projects/greta/ and
> http://www.gotdotnet.com/team/cplusplus/).
>
> -cd
>
>
>
- Next message: Gabriel Bogdan: "Re: Memory dc usage"
- Previous message: mr.sir bossman: "RE: Memory dc usage"
- In reply to: Carl Daniel [VC++ MVP]: "Re: Can I use Regular Expressions in non-managed code? + Error 1606"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|