Categories
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
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



