blob: 6557f2bec309a97b2e154451804a85dedb347b52 (
plain)
1
2
3
4
5
6
|
"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.
|