Hey Marc,

2014-04-30 8:37 GMT+01:00 Marc Landgraf <mahrgel...@gmail.com>:

> Hi,
> my bot is still under construction, but written entirely under C++11. So
> few comments:
> General:
> Most compilers, especially if you are using Windows, still have problems
> with C++11 and it's new multithreading library. Right now I'm using
> mingw-w64-4.8.1 as it has the required support for <thread>, even so it is
> done with some workaround via winpthreads, and gives a decently fast code.
> But I'm also interested if anyone else can share his experience with other
> compilers. (for windows)
>

Why don't you use Visual Studio 2013? CTP_Nov2013 supports a lot of new
C++11 features.

http://blogs.msdn.com/b/vcblog/archive/2013/11/18/announcing-the-visual-c-compiler-november-2013-ctp.aspx

Aja
_______________________________________________
Computer-go mailing list
Computer-go@dvandva.org
http://dvandva.org/cgi-bin/mailman/listinfo/computer-go

Reply via email to