Download List

Descripción del Proyecto

Ctalk adds classes, methods, operator overloading, inheritance, and complex object expressions to otherwise standard C programs. Programs can use only a few Ctalk objects and methods in an otherwise standard C program, but the language can be used to write entire programs also. Ctalk works on most if not all of the systems that support GCC, the GNU C compiler. The package includes the language, class and run-time libraries, example programs, tutorial, and language reference.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-06-07 08:49 Back to release list
0.0.96a 20100606

Esta versión incluye el soporte para las variables C simple, los receptores y los parámetros del método en las expresiones utilizadas como receptoras. Esto permite a los programas de forma transparente operadores matemáticos sobrecarga de C cuando se utiliza en expresiones Ctalk. Esta versión también añade automática de código y la generación de objetos en los métodos que devuelven valores simples, como las constantes y objetos receptores.
This release adds support for simple C variables, receivers, and method parameters in expressions used as receivers. This allows programs to transparently overload C math operators when used in Ctalk expressions. This release also adds automatic code and object generation in methods that return simple values like constants and receiver objects.

Project Resources