I am new to Dev-C++ and I can't regex.h in the "includes" dir. If regex.h is not part of the Dev-C++ package, then where can I find the regular expression functions (such as regexec or regcomp or other similar functions).
Please help!!!
Thanks in advance!
Tom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am new to Dev-C++ and I can't regex.h in the "includes" dir. If regex.h is not part of the Dev-C++ package, then where can I find the regular expression functions (such as regexec or regcomp or other similar functions).
Please help!!!
Thanks in advance!
Tom
I don't think Dev-C++ comes with a regular expresions library. Check out http://www.boost.org.
Don.