DMD 1.022 and 2.005 releases
0ffh
spam at frankhirsch.net
Wed Oct 10 09:27:15 PDT 2007
BLS wrote:
> The problem is ;
> //C++
> int value = 100;
> int & rIntRef = value;
//C
int value = 100;
int *rIntRef = value;
Regards, Frank
More information about the Digitalmars-d-announce
mailing list