2013-09-26 17:14:40 +02:00

7 lines
325 B
Plaintext

"cint" is a C/C++ interpreter. About 95% of ANSI C and
90% of C++ features are covered. (Data abstraction, class
inheritance, virtual function, function and operator over-
loading, default parameter, template, etc...) Cint has
source code debugger which has sufficient capability to
debug complicated C++ program.