C++ Regex Library
-
Hello all, Is there a C++ regex library in MFC I can easily use? What about without MFC (ie. command line app)? I've been reaquainting myself with C++ and have been using Borland's Bcc32 compiler but I do have VS.NET and can do MFC. *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
-
Hello all, Is there a C++ regex library in MFC I can easily use? What about without MFC (ie. command line app)? I've been reaquainting myself with C++ and have been using Borland's Bcc32 compiler but I do have VS.NET and can do MFC. *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
MFC does not provide such a class. You might want to search CodeProject, or use Google to do a broader search.
-
Hello all, Is there a C++ regex library in MFC I can easily use? What about without MFC (ie. command line app)? I've been reaquainting myself with C++ and have been using Borland's Bcc32 compiler but I do have VS.NET and can do MFC. *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
-
A mighty fine package too! -- Frivolous Theorem of Arithmetic: Almost all natural numbers are very, very, very large.
-
A mighty fine package too! -- Frivolous Theorem of Arithmetic: Almost all natural numbers are very, very, very large.
Yeah, if you can compile it all right... I was succesful in compiling bjam (their 'make' like tool) and then compiled the regex libraries (ironically, using 'make'). Now when I import it (#include ), however, one of the *.LIB files cannot be located (BOOST_REGEX_BCB5_SSS.LIB). C++ newbie time: how does one resolve this easily? *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
-
You may want to have a look at the GRETA Regular Expression Template Archive at Microsoft Research website.
-
Hello all, Is there a C++ regex library in MFC I can easily use? What about without MFC (ie. command line app)? I've been reaquainting myself with C++ and have been using Borland's Bcc32 compiler but I do have VS.NET and can do MFC. *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
In atlrx.h file you can find regular expression classes that ship with VC.NET.