new example

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@789 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-09-01 20:21:03 +00:00
commit 180f03fe97
7 changed files with 359 additions and 0 deletions

View file

@ -19,6 +19,7 @@ certain C declarations are turned into constants.
<li><a href="variables/index.html">variables</a>. How SWIG can be used to wrap C global variables.
<li><a href="value/index.html">value</a>. How to pass and return structures by value.
<li><a href="class/index.html">class</a>. How wrap a simple C++ class.
<li><a href="reference/index.html">reference</a>. C++ references.
</ul>
<h2>Compilation Issues</h2>