< Previous | [Index] | slide #6 out of 13 slides | Next >

Using SWIG

Using SWIG

"SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages" ([1]).

In other words, when you run SWIG it creates a platform specific wrapper file for your (C) functions that is targeted at a specific language (eleven different target languages are supported as of this writing).

We generated our version for use under Linux. The command we used:


   swig -perl -module SuffixTree suffix_tree.h

< Previous (5) | [Index] | (7/13) Next >


Offer Kaye. YAPC::Israel::2003. Slides automatically generated by a Perl script. Last update on Sun Apr 6 09:28:17 IDT 2003