Help for this page

Select Code to Download


  1. or download this
    #ifdef __cplusplus
    extern "C" {
    ...
    //plus a bunch more standard C++ includes
    
    // rest of C++ and XS code below.
    
  2. or download this
    #include <iostream>
    #include <string>
    ...
    #endif
    
    // C++, XS code below