swig/Examples/chicken
2004-11-02 02:50:30 +00:00
..
class More work on the chicken module. The test suite, zlib, and overload examples are still broken. 2004-11-02 02:50:30 +00:00
constants More work on the chicken module. The test suite, zlib, and overload examples are still broken. 2004-11-02 02:50:30 +00:00
multimap More work on the chicken module. The test suite, zlib, and overload examples are still broken. 2004-11-02 02:50:30 +00:00
overload More work on the chicken module. The test suite, zlib, and overload examples are still broken. 2004-11-02 02:50:30 +00:00
simple More work on the chicken module. The test suite, zlib, and overload examples are still broken. 2004-11-02 02:50:30 +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.