Attempt at fixing memory mess.
[progcomp10.git] / src / link / C / PLUSPLUS.txt
1 PLUSPLUS.txt: A guide to using C++
2
3 C++ is officially supported, but (much like Windows) entirely untested 
4 at present. In theory, using it should simply require you to develop 
5 your agent in C++, compile it, and link it with c_link - just as for a C 
6 agent.
7
8 However, the makefile will *not* build your agent if it does not end in 
9 ".c". This is a bug, and hopefully we'll get around to fixing it soon. 
10 In the mean time, you will have to either fix the makefile (please send 
11 me a copy at [email protected] if you do) or simply manually 
12 compile your agent.

UCC git Repository :: git.ucc.asn.au