/tags/rel-1.3.35/Examples/chicken/README
#! | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | bb7b5205a06adf36455a9e716447bb01 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1This directory contains examples for CHICKEN.
2
3class -- illustrates the shadow-class C++ interface
4constants -- handling #define and %constant literals
5egg -- examples of building chicken extension libraries
6multimap -- typemaps with multiple sub-types
7overload -- C++ function overloading
8simple -- the simple example from the user manual
9zlib -- a wrapping of the zlib compression library
10
11You should be able to run make in each of the examples. By default, a shared
12library will be built. Run make check to execute the test.