gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnugo-devel] gnugo CPP


From: T.Yoshikawa
Subject: [gnugo-devel] gnugo CPP
Date: Wed, 25 Apr 2007 15:29:21 +0900

Dear friends

In order to link gnugo-3.7.10 with my tumego processor which has been 
written in cpp , I succeded to convert c files(gnugo-3.7.10 ) into cpp
under the  cygwin.

The main works were
(1) change file name 
  /patterns/influence.c ==> influence2.cpp
  /engine/endgame.c    ==>  endgame2.cpp
(2)
  variables class changed to classx
  variable new changed to  newx
(3) 
   to put casting  for malloc statements
(4)
   simple Makefile 
   all source files in a single folder.

These files are placed in my site 

http://otto4yoshi.dip.jp/yoshikawa/gn2.zip

Takeshiro Yoshikawa






reply via email to

[Prev in Thread] Current Thread [Next in Thread]