Linux SoftwareProgrammingLibrariesInline::CPP 0.25

Inline::CPP 0.25


Inline::CPP is a Perl module that can write Perl subroutines and classes in C++. SYNOPSIS use Inline CPP; print "9 + 1
Developer:   Neil Watkiss
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   23K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Inline::CPP is a Perl module that can write Perl subroutines and classes in C++.

SYNOPSIS

use Inline CPP;

print "9 + 16 = ", add(9, 16), "n";
print "9 - 16 = ", subtract(9, 16), "n";

__END__
__CPP__

int add(int x, int y) {
return x + y;
}

int subtract(int x, int y) {
return x - y;
}

The Inline::CPP module allows you to put C++ source code directly "inline" in a Perl script or module. You code classes or functions in C++, and you can use them as if they were written in Perl.

Requirements:
  • Perl
    tags inline  cpp  

    Download Inline::CPP 0.25


     http://mirrors.evolva.ro/CPAN/authors/id/N/NE/NEILW/Inline-CPP-0.25.tar.gz


    Authors software

    Inline::CPP 0.25 (by Neil Watkiss)
    Inline::CPP is a Perl module that can write Perl subroutines and classes in C++.

    SYNOPSIS

    use Inline CPP;

    print "9 + 1

    Inline::Struct 0.06 (by Neil Watkiss)
    Inline::Struct is a Perl module that manipulate C structures directly from Perl.

    SYNOPSIS

    use Inline C => Config => Structs =

    Term::Shell 0.01 (by Neil Watkiss)
    Term::Shell is a simple command-line shell framework.

    SYNOPSIS

    package MyShell;
    use base qw(Term::Shell);

    sub r


    Similar software

    Inline::CPP 0.25 (by Neil Watkiss)
    Inline::CPP is a Perl module that can write Perl subroutines and classes in C++.

    SYNOPSIS

    use Inline CPP;

    print "9 + 1

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    Inline::C 0.44 (by Brian Ingerson)
    Inline::C is a Perl module that can Write Perl Subroutines in C.

    Inline::C is a module that allows you to write Perl subroutines i

    Inline::Struct 0.06 (by Neil Watkiss)
    Inline::Struct is a Perl module that manipulate C structures directly from Perl.

    SYNOPSIS

    use Inline C => Config => Structs =

    Inline::CPR 0.12 (by Brian Ingerson)
    Inline::CPR is C Perl Run

    Inline::SLang::Changes 1.00 (by Doug Burke)
    Inline::SLang::Changes is a Perl module with changes to previous versions of the module.

    Inline::SLang lets you write Perl subrout

    MathML::Entities 0.13 (by Jacques Distler)
    MathML::Entities is a Perl module that can convert XHTML+MathML Named Entities to Numeric Character References.

    SYNOPSIS

    use M

    MKDoc::Text::Structured::Inline 0.83 (by MKDoc::Text::Structured::Inline Team)

    RubyInline 3.2.1 (by zenspider)
    Ruby Inline is an analog to Perl's Inline::C

    B::Flags 0.01 (by Simon Cozens)
    B::Flags is a Perl module that provides a friendlier flags for B.

    SYNOPSIS

    use B::Flags;
    print B::main_root->flagspv;
    p


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags