blob: fbb9babb62775ed48f5457c0752c0317c932957b (
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.
|