Connecting Tech Pros Worldwide Forums | Help | Site Map

regular expression on vc6

raj s
Guest
 
Posts: n/a
#1: Aug 29 '08
How to use regular expression library of boost in vc6 compiler?

=?ISO-8859-15?Q?Marcel_M=FCller?=
Guest
 
Posts: n/a
#2: Aug 29 '08

re: regular expression on vc6


raj s schrieb:
Quote:
How to use regular expression library of boost in vc6 compiler?
You should ask this in a microsoft group.

However, VC6 does not support much of C++. In general you should
consider to upgrade at least to 7.1 to use recent boost libraries.


Marcel
zaimoni@zaimoni.com
Guest
 
Posts: n/a
#3: Aug 29 '08

re: regular expression on vc6


On Aug 29, 10:10 am, raj s <yesr...@gmail.comwrote:
Quote:
How to use regular expression library of boost in vc6 compiler?
As in?
* Install instructions for MSVC6 (and other higher versions) are in
the documentation for Boost.Regex.
* Usage instructions and examples are also in said documentation.

In general, I'd be asking this question (more concretely) over at the
Boost Users mailing list.
Closed Thread