2

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?

Archie
  • 2,564
  • 8
  • 39
  • 50

1 Answers1

1

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
  • 5,024
  • 2
  • 20
  • 21