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 . ...