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?
I believe the boost regex is frequently recommended.
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