How to avoid using the plld.exe utility in VS2008 (for linking C++ and Prolog codes)
- by Joshua Green
Here is my code in its entirety:
Trying "listing." at the Prolog prompt that pops up when I run the program confirms that my Prolog source code has been loaded (consulted).
#include <iostream>
#include <fstream>
#include <string>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include…