Ctalk adds object oriented language features, like classes, methods, operator overloading, and inheritance, to C programs.
The Ctalk project provides the ctalk interpreter, which translates ctalk into C for compilation, a run time library that supports objects and events, the preprocessor, ctpp, and sample programs.
Product's homepage
What's New in This Release: [ read full changelog ]
· This version adds basic regular expression pattern matching to the String class, and automatic code generation that translates C variables and constants to Ctalk object method return values.