Help for this page

Select Code to Download


  1. or download this
    #include "perl.h"
    #include <iostream>
    ...
    {
        std::cout << "foo" << std::endl;
    }
    
  2. or download this
    D:\mydoc\projects\GenoEye-0.4.5-build\perl>g++ -ID:/gtk+-2.24.10/inclu
    +de/cairo -ID:/gtk+-2.24.10/include/glib-2.0 -ID:/gtk+-2.24.10/
    lib/glib-2.0/include -ID:/gtk+-2.24.10/include -ID:/gtk+-2.24.10/inclu
    +de/freetype2 -ID:/gtk+-2.24.10/include/libpng14 -ID:/mydoc/pro
    jects/GenoEye-0.4.5-Source/src -ID:/mydoc/projects/GenoEye-0.4.5-build
    +/src -ID:/mydoc/projects/GenoEye-0.4.5-Source -ID:/Strawberry-
    5.20.1.1-ia32/perl/lib/CORE -ID:/mydoc/projects/GenoEye-0.4.5-Source/p
    +erl -g -o test.exe test.cpp
    
  3. or download this
    use strict;
    use Inline 'CPP' => config =>
    ...
    }
    CODE