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

이 릴리스 C를 사용에 대한 지원을 추가하는 표현식에서 structs, 및 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 클래스에 일치하는 추가 Ctalk 개체 메서드 반환 값을 C의 변수와 상수를 번역 자동 코드 생성.
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 변수, 수신기에 대한 지원을 추가합니다. 이를 통해 프로그램을 투명하게 과부하 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

이 릴리스, 그리고 복잡한 표현을 C 인자 printf와 scanf 같은 기능을 stdarg뿐만 아니라 여러 방법으로 메시지를 포함하는 복잡한 표현식에서 개체 지속성보다 효율적으로 처리로 사용의 더 나은 핸들링을 제공 내부 개선 AddressOf를하고 deref 방법의 업데이트된 버전을 포함 .
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