mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
325 B
Plaintext
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.
|