author | Jan Wielemaker |
| Thu Oct 6 21:15:52 2022 +0200 |
committer | Jan Wielemaker |
| Thu Oct 6 21:15:52 2022 +0200 |
commit | 0ac9f6e1b2209faf3fd09e3f39f19682b1b26904 |
tree | 5c7d160f6ad87ff1535c557bec781663b5149108 |
parent | 5a3b2ebf12ca89f5c13742c8b273e24b5602d829 |
diff --git a/contrib/CPP.txt b/contrib/CPP.txt
index 9175ca1..3b1b888 100644
--- a/contrib/CPP.txt
+++ b/contrib/CPP.txt
@@ -1,12 +1,4 @@
----+ SWI-Prolog C++ interfaces
+# SWI-Prolog C++ interfaces
-SWI-Prolog comes bundled with =|SWI-cpp.h|=, which provides a quite
-simpleminded C++ interface. In addition, there is
-
-
- * [[A C++ interface by a C++
- programmer][http://www.volker-wysk.de/swiprolog-c++/index.html]]
- by Volker Wysk <post@volker-wysk.de>
-
- * [[Wrap Prolog streams as C++ iostream][<swi-iostream.cc>]] by
- Salvador Fandino
+SWI-Prolog comes bundled with `SWI-cpp.h` and as of version 8.5.18 with
+`SWI-cpp2.h`.