开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
win7 + devcpp 5.7.1 gcc x64 4.8.1
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
GnuWin32 (regex2.7)
问题(Question):
想请再此开发环境下
想使用regex 该如何使用呢?
undefined reference to `__imp_regcomp'
undefined reference to `__imp_regerror'
undefined reference to `__imp_regexec'
undefined reference to `__imp_regfree'
总会出现这个错误QQ
喂入的资料(Input):
网络上的example
预期的正确结果(Expected Output):
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版)
补充说明(Supplement):
谢谢!