作者:
momo81 (毛毛)
2014-09-19 01:58:16開發平台(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):
謝謝!