Does gcc 4.7.1 support threads?

前端 未结 3 1042
-上瘾入骨i
-上瘾入骨i 2020-12-19 06:12

I followed the instruction here on setting up CodeBlocks to use GCC 4.7.1 .the sample provided at the page i mentioned is compiled just fine,But when i tried to compile the

3条回答
  •  一生所求
    2020-12-19 06:30

    Try MinGw builds:

    http://sourceforge.net/projects/mingwbuilds/

    This installer will allow you to choose whatever MinGW you want and also includes c++11 thread functionality.

提交回复
热议问题