回答編集履歴
1
リンク修正
answer
CHANGED
@@ -3,6 +3,6 @@
|
|
3
3
|
[Visual StudioでMinGWのgccを用いてコンパイル](http://cwnicol.hatenablog.com/entry/2017/01/02/161042)
|
4
4
|
|
5
5
|
VCで`regex.h`が使いたいだけなら、
|
6
|
-
[oniguruma](https://github.com/kkos/oniguruma/
|
6
|
+
[oniguruma](https://github.com/kkos/oniguruma/releases)を入れて
|
7
7
|
`onigposix.h`を`regex.h`にリネームするか、
|
8
8
|
`#include<regex.h>`を`#include<onigposix.h>`に書き換えれば使えると思いますが…
|