Categories

Visit BadVista.org Visit PlayOgg.org Visit DefectiveByDesign.org

CINT

CINT is a C/C++ interpreter for processing C/C++ scripts. It covers about 95% of ANSI C and 85% of C++, and is solid enough to interpret itself and let the interpreted version execute a program. Using an interpreter the compile and link cycle is dramatically reduced facilitating rapid development.

A CINT script can call compiled classes/functions and compiled code can make callbacks to CINT user defined functions. Utilities , like makecint and rootcint, automate the process of embedding compiled C/C++ library code as shared objects (as Dynamic Link Library, DLL, or shared library, .so). Source files and shared objects can be dynamically loaded/unloaded without stopping the CINT process. CINT offers a gdb like debugging environment for interpreted programs.

Last updated 29 Nov, 2004


User level: Submit a level

User Rating:

Homepage

License(s) :

CINT

Rate it!

 

About

Leadership
Related Projects

CLN

Subprograms

makecint, rootcint

Versions

5.15.157

5.15.157 stable released 2002-05-11

  • Released: 11 May, 2002
  • Code Maturity: Stable
  • Source Archive: ftp://root.cern.ch/root/cint5.15.tar.gz
  • Licenses: CINT
  • Interfaces: Command Line

User Community and Support

User README available in HTML format from http://root.cern.ch/root/Cint.phtml?readme; User FAQ available in HTML format from http://root.cern.ch/root/Cint.phtml?faq; User manpage available in HTML format from http://root.cern.ch/root/Cint.phtml?man

General Resources
Support Resources

Development

Developer Resources
Bug Tracking Resources
 

Please send comments on these web pages to bug-directory@fsf.org, send other questions to info@fsf.org.

Copyright © 2000 - 2008 Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA

The copyright licensing notice below applies to this text. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.