Re: [Computer-go] C++11; threads

2014-04-30 Thread Marc Landgraf
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

Re: [Computer-go] C++11; threads

2014-04-30 Thread Aja Huang
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

Re: [Computer-go] CALL FOR PAPERS PARTICIPATION - Conference on Informatics and its applications 2014, Malaysia

2014-04-30 Thread dave.de...@planet.nl
Isn't this spam? Dave Origineel Bericht Van : lieze...@sdiwc.info Datum : 30/04/2014 15:55 Aan : computer-go@dvandva.org Onderwerp : [Computer-go] CALL FOR PAPERS PARTICIPATION - Conference on Informatics and its applications 2014, Malaysia All registered papers will be included in SDIWC

Re: [Computer-go] CALL FOR PAPERS PARTICIPATION - Conference on Informatics and its applications 2014, Malaysia

2014-04-30 Thread Erik van der Werf
Regardless, I don't think anyone on this list is interested, so labeling it spam seems entirely appropriate. Liezelle, do you even know what this list is about? Perhaps you are confused by a programming language that is called Go? Erik On Wed, Apr 30, 2014 at 6:59 PM, Liezelle Ann Canadilla

Re: [Computer-go] C++11; threads

2014-04-30 Thread Marc Landgraf
Hey, in the past I tried VS again and again, and in the end always returned back to Code::Blocks... It really feels like VS and me won't find together. Actually, after your comment I tried it again today, but even after spending a decent amount of time of porting it, the program ran awfully slow

Re: [Computer-go] C++11; threads

2014-04-30 Thread Aja Huang
I wrote my Go program Erica completely in Visual Studio and had no problem at all. It might be around 20% slower on Windows than on Linux, but compared to other more important factors 20% loss in speed is not really significant. Maybe VS profiler can tell why your program ran awfully slow in debug

Re: [Computer-go] C++11; threads

2014-04-30 Thread uurtamo .
What are the extra features? I ask because if you consider something like openssl, it tries crazily hard to optimize against your cpu. We should be so lucky.. s. On Apr 30, 2014 1:38 PM, Marc Landgraf mahrgel...@gmail.com wrote: Hey, in the past I tried VS again and again, and in the end