From 4d324b4ae045d2892b84310be56b1af1be8c0e1f Mon Sep 17 00:00:00 2001
From: Daniel Axtens <dja@ucc.asn.au>
Date: Tue, 14 Sep 2010 23:15:29 +0800
Subject: [PATCH] C++ documentation

---
 src/link/C/PLUSPLUS.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 src/link/C/PLUSPLUS.txt

diff --git a/src/link/C/PLUSPLUS.txt b/src/link/C/PLUSPLUS.txt
new file mode 100644
index 0000000..9df2929
--- /dev/null
+++ b/src/link/C/PLUSPLUS.txt
@@ -0,0 +1,12 @@
+PLUSPLUS.txt: A guide to using C++
+
+C++ is officially supported, but (much like Windows) entirely untested 
+at present. In theory, using it should simply require you to develop 
+your agent in C++, compile it, and link it with c_link - just as for a C 
+agent.
+
+However, the makefile will *not* build your agent if it does not end in 
+".c". This is a bug, and hopefully we'll get around to fixing it soon. 
+In the mean time, you will have to either fix the makefile (please send 
+me a copy at progcomp-organiser@ucc.asn.au if you do) or simply manually 
+compile your agent.
-- 
GitLab