Download List

项目描述

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 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-12-05 02:13
0.0.96a

此版本增加了对C支持在表达式中使用结构,对超载C运算更多的支持。这是最后的0.0.96a释放。
This release adds support for using C structs in expressions, and additional support for overloading C operators. This is the final 0.0.96a release.

2010-06-28 05:21
0.0.96a 20100627

此版本增加了基本的正则表达式模式匹配的String类,和自动代码生成的C变量和常量转换为Ctalk对象的方法的返回值。
This release 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.

2010-06-07 08:49
0.0.96a 20100606

此版本增加了简单的C变量,接收器的支持,并作为接收器使用的表达方法的参数。这允许程序透明超载ç数学表达式中使用时,Ctalk经营。此版本还增加了类似的方法,返回常量和接收对象的简单值的自动生成代码和对象。
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.

2010-05-17 11:06
0.0.96a 20100516

此版本增加了搜索功能和快速的字符串作为接收器使用简单的表达式的支持。
This release adds fast string search capabilities and support for simple expressions used as receivers.

2010-04-15 07:29
0.0.96a 20100414

本新闻稿中包含的更新版本厂址和deref方法,并提供更充分地到C stdarg像printf和scanf函数参数,以及更好的对象持久化处理方法的邮件包含多个复杂的表达式中使用复杂的表达式处理内部改进。
This release contains updated versions of the addressOf and deref methods, and internal improvements that provide better handling of complex expressions used as arguments to C stdarg functions like printf and scanf, as well as better handling of object persistence in complex expressions that contain multiple method messages.

Project Resources