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?

Recommended Answers

All 3 Replies

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
bjam "-sTOOLS=borland" install
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.