PageRenderTime 43ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/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
  1. This directory contains examples for CHICKEN.
  2. class -- illustrates the shadow-class C++ interface
  3. constants -- handling #define and %constant literals
  4. egg -- examples of building chicken extension libraries
  5. multimap -- typemaps with multiple sub-types
  6. overload -- C++ function overloading
  7. simple -- the simple example from the user manual
  8. zlib -- a wrapping of the zlib compression library
  9. You should be able to run make in each of the examples. By default, a shared
  10. library will be built. Run make check to execute the test.