View Single Post
Old Mar 23rd, 2008, 7:29 AM   #6
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 810
Rep Power: 4 The Dark is on a distinguished road
Re: C++ cross-platform Regular Expression Library

Have a look at the pcrecpp.h file - it should be in the pcre directory. It is a wrapper for use with c++. This makes it a lot easier to use the library. There is a lot of instructions and examples in the .h file.
The Dark is offline   Reply With Quote