swig/Examples/chicken
2004-05-30 07:11:26 +00:00
..
class Rewrite chicken example and test-suite building code 2004-05-30 07:11:26 +00:00
constants Rewrite chicken example and test-suite building code 2004-05-30 07:11:26 +00:00
multimap Rewrite chicken example and test-suite building code 2004-05-30 07:11:26 +00:00
overload Rewrite chicken example and test-suite building code 2004-05-30 07:11:26 +00:00
simple Rewrite chicken example and test-suite building code 2004-05-30 07:11:26 +00:00
zlib Rewrite chicken example and test-suite building code 2004-05-30 07:11:26 +00:00
check.list Let 'make check-examples' and 'make check-gifplot' work correctly for CHICKEN. 2003-02-15 03:17:15 +00:00
README Rewrite chicken example and test-suite building code 2004-05-30 07:11:26 +00:00

This directory contains examples for CHICKEN.

class       -- illustrates the shadow-class C++ interface
constants   -- handling #define and %constant literals
multimap    -- typemaps with multiple sub-types
overload    -- C++ function overloading
simple      -- the simple example from the user manual
zlib        -- a wrapping of the zlib compression library

You should be able to run make in each of the examples.  By default, a shared
library will be built.  Run make check to execute the test.

You can uncomment a few lines in the Makefile to build a static test exe.