Click to See Complete Forum and Search --> : looking for c/cpp regexp engine
umen
September 10th, 2008, 09:27 AM
Hello all
i need to use regexp engine in my application
what will you recommend as the preferd engine ?
i found only boost version is there some others ?
cilu
September 17th, 2008, 03:56 AM
Yes, there is the TR1 implementation from Microsoft. Here is a tutorial on that: http://www.codeguru.com/cpp/cpp/cpp_mfc/stl/article.php/c15339.
goatslayer
September 17th, 2008, 08:50 AM
I highly recommend the Boost REGEX implementation: http://www.boost.org/
The Boost libraries are touted by those working on C++0x. I expect if there is any difference between the Microsoft implementation and the Boost implementation, the latter is going to be the closest to C++0x which I would say is a bonus to picking up the Boost implementation now.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.