Regex.h for windows

后端 未结 1 1359
无人共我
无人共我 2020-12-10 14:56

I\'m using Code::Blocks on Windows to write a dll in C. I need to include regex.h. What\'s the simplest way to get regex.h for win?

相关标签:
1条回答
  • 2020-12-10 15:34

    Go to http://www.pcre.org/

    A precompiled Windows port of PCRE, which may be a few versions behind, is available courtesy the GnuWin32 project.

    • http://gnuwin32.sourceforge.net/packages/pcre.htm

    0 讨论(0)
提交回复
热议问题