Top > All Packages in Directory > CINT

CINT - C/C++ interpreter

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.



Obtaining

Web pagehttp://root.cern.ch/root/Cint.html
Source tarballftp://root.cern.ch/root/cint5.15.tar.gz
Version 5.15.39 (stable) released on 2002-05-11
Licensed under The CINT License.
This is not a GNU package.

Documentation
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
Support contacts

Help List<cint@root.cern.ch> Majordomo@root.cern.ch containing a line 'subscribe cint [preferred mail address]'
Developer List<cint@root.cern.ch> Majordomo@root.cern.ch containing a line 'subscribe cint [preferred mail address]'
Bug List<cint@root.cern.ch> Majordomo@root.cern.ch containing a line 'subscribe cint [preferred mail address]'

Project contacts

Maintainers
Developers

Related information

Interfacescommand line
Programsmakecint, rootcint
Source languagesC

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2002-05-23
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



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

Copyright © 2000, 2001, 2002 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 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. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.