views:

196

answers:

1

i'm using ECLiPSe programming logic system.

i want to implement the yield method for passing the values from prolog to C/C++. Has anyone implemented it?

Are there any other ways for passing the values?

+1  A: 

The following page tells how to integrate ECLiPSe with C++ using the yield method:

http://87.230.22.228/doc/embedding/embroot006.html#toc8

e.tadeu