CINT is a command line C/C++ interpreter that is included in the object oriented data analysis package ROOT. Although intended for use with the other faculties of ROOT, CINT can also be used as a standalone addition to another program that requires such an interpreter. CINT is an interpreted version of C or C++, much in the way BeanShell is an interpreted version of Java. In addition to being a language interpreter, it offers certain bash-like shell features such as history and tab-completion.
| Property | Value |
| dbpedia-owl:abstract
|
- CINT is a command line C/C++ interpreter that is included in the object oriented data analysis package ROOT. Although intended for use with the other faculties of ROOT, CINT can also be used as a standalone addition to another program that requires such an interpreter. CINT is an interpreted version of C or C++, much in the way BeanShell is an interpreted version of Java. In addition to being a language interpreter, it offers certain bash-like shell features such as history and tab-completion. To accomplish the latter, it relies heavily on the reflection support built into ROOT. User classes that follow these interfaces may also take advantage of these features. The language interpreted by CINT is actually something of a hybrid between C and C++, covering about 95% of ANSI C and 85% of C++. The syntax, however, is a bit more forgiving than either language. For example, the operator can be replaced by with only an optional warning. In addition, statements on the command line do not need to end with a semi-colon, although this is necessary for statements in macros.
- CINT — это интерпретатор командной строки для C/C++, включённый в объектно-ориентированный пакет анализа данных ROOT (CERN). Хотя он предназначался для использования с возможностями ROOT, CINT также может быть использован как отдельный компонент любой программы, требующей подобного интерпретатора. CINT — это такая же интерпретируемая версия C или C++ как и BeanShell для Java. В дополнение к языковому интерпретатору, он предоставляет некоторые возможности shell сходные с bash, например, историю и дополнение по Tab. Для реализации возможностей он использует поддержку reflection, встроенную в ROOT. Пользовательские классы использующие этот интерфейс могут также использовать описанную функциональность. Языковой интерпретатор CINT фактически является гибридом между C и C++, поддерживающий, приблизительно, 95 % ANSI C и 85 % C++. Тем не менее, синтаксис более упрощён, нежели в самих языках. Например, оператор может быть заменён на ценой опционального сообщения об ошибке. К тому же выражения в командной строке могут не оканчиваться на точку с запятой, несмотря на то, что это обязательное требование для макросов.
|
| dbpedia-owl:wikiPageExternalLink
| |
| dcterms:subject
| |
| rdfs:comment
|
- CINT is a command line C/C++ interpreter that is included in the object oriented data analysis package ROOT. Although intended for use with the other faculties of ROOT, CINT can also be used as a standalone addition to another program that requires such an interpreter. CINT is an interpreted version of C or C++, much in the way BeanShell is an interpreted version of Java. In addition to being a language interpreter, it offers certain bash-like shell features such as history and tab-completion.
- CINT — это интерпретатор командной строки для C/C++, включённый в объектно-ориентированный пакет анализа данных ROOT (CERN). Хотя он предназначался для использования с возможностями ROOT, CINT также может быть использован как отдельный компонент любой программы, требующей подобного интерпретатора. CINT — это такая же интерпретируемая версия C или C++ как и BeanShell для Java.
|
| rdfs:label
| |
| owl:sameAs
| |
| foaf:page
| |
| is dbpedia-owl:wikiPageRedirects
of | |
| is owl:sameAs
of | |
| is foaf:primaryTopic
of | |