954,496 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Regex in C++

Can anyone tell me if there's any standard package for C++ to work with regular expression, or I will have to get some third-party package?

Asif_NSU
Posting Whiz
353 posts since Apr 2004
Reputation Points: 113
Solved Threads: 3
 

I believe the boost regex is frequently recommended.

Dave Sinkula
long time no c
Team Colleague
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314
 

Thank you Dave.
I did not know getting the boost library and setting it up would be so painful.

However I did everything, I am stuck in one place(the last step):

I have to use bjam in this way in the command line:

bjam "-sTOOLS=gcc" install

but i have borland 5.5, which is also supported by boost. Could anyone tell me what should I type as instructed here

I just need to know what to type here:

bjam <what should i type> install
Asif_NSU
Posting Whiz
353 posts since Apr 2004
Reputation Points: 113
Solved Threads: 3
 
bjam "-sTOOLS=borland" install
Dogtree
Posting Whiz in Training
233 posts since May 2005
Reputation Points: 35
Solved Threads: 3
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You