Search:

Type: Posts; User: HJoshy

Search: Search took 0.01 seconds.

  1. # include files term_t tf; term_t tx;...

    # include files

    term_t tf;
    term_t tx;
    term_t goal_term;
    functor_t goal_functor;

    int main( int argc, char** argv )
    {
    argv[0] = "libpl.dll";
  2. Interfacing C++ and Prolog to work out factorial

    I would like to work out a number's factorial. My factorial rule is in a Prolog file and I am connecting it to a C++ file. Can someone please tell me what is wrong with my interfacing C++ to...
Results 1 to 2 of 2