G
Guest
Hi
I do mostly programming in VB6 and C# although I like to dabble in C++ now and again, I was just wondering what is a good* regular expression library to use for C++, given that I DON'T want to use managed C++.
* I define "good" in this case as conforming to the following priorities, in order:
1- Easy to install, reference and use. I don't want loads of header file confusion before I've even started
2- Standardised/conformant (i.e. NOT gnu-based)
3- Fast
Thanks!
I do mostly programming in VB6 and C# although I like to dabble in C++ now and again, I was just wondering what is a good* regular expression library to use for C++, given that I DON'T want to use managed C++.
* I define "good" in this case as conforming to the following priorities, in order:
1- Easy to install, reference and use. I don't want loads of header file confusion before I've even started
2- Standardised/conformant (i.e. NOT gnu-based)
3- Fast
Thanks!