Posts Tagged With 'c++'
An Introduction To Swig
SWIG is a tool that allows you to easily interface c/c++ with many scripting languages. I'm going to show you an extremely simple example to get you started using it. We're going to be interfacing some simple C++ code with python (3.1). I'm using Linux .
...
posted May 23, 2010. It has 132 comment(s).
tagged with: c++ python SWIG tutorial