Download List

项目描述

Doublecpp is a preprocessor for C++ that handles a new linguistic construct for defining branches of a multi-method. The "right" branch of such a method will be selected dynamically at run-time according to the actual type of the object on which the method is invoked, and to the actual type of the first argument: double dispatch. This basically implements dynamic overloading in C++.

系统要求

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.

2009-04-07 09:16
0.6.3

一些与新的C + +编译错误编译器是固定的。
标签: Stable
Some compilation errors with new C++ compilers were fixed.

2007-12-16 08:43
0.6.2

警告错误信息打印正确,使他们认识到作为警告(而不是错误)的一个IDE。在Makefile中,非标准订立规则是可以避免的。
标签: Minor bugfixes
Warning error messages are printed correctly, so
that they are recognized as warnings (and not as
errors) by an IDE. In makefiles, non-standard make
rules are avoided.

2006-07-26 06:46
0.6.1

标签: Code cleanup

2006-03-28 11:57
0.6

类之间相互的依赖关系(作为一个多第一个参数,方法)正在处理,在输入文件选项卡字符正确地认识到,多方法声明不需要启动一个新行,和结构的处理方式。
标签: Major feature enhancements
Mutual dependences among classes (used as the first parameter of a multi-methods) are now handled, tab characters in input files are correctly recognized, a multi-method declaration is not required to start on a new line, and structs are handled.

2006-02-08 16:10
0.5.1

编译问题与克+ + 4.0.3固定。
标签: Minor bugfixes
Compilation problems with g++ 4.0.3 were fixed.

Project Resources