Search

May 03, 2004
Issues »
...catch (UtfError)
| printf("%.*s: invalid\n",a);
| }
|
| Outputs "invalid" for any file that contains in...
May 03, 2004
Issues »
...message
| news:c6rbd4$1q4a$1@digitaldaemon.com...
|| Outputs "invalid" for any file that contains in...
May 02, 2004
Issues »
...initialized, then:
If 'foobar' is 'in', program outputs '0', i.e. all changes in array...
April 29, 2004
Issues »
...catch (UtfError)
printf("%.*s: invalid\n",a);
}

Outputs "invalid" for any file that contains in...
April 25, 2004
D »
...void main() {
  A a = new A();
}
[/code]
outputs: ABba
A keeps reference for B, then...
April 24, 2004
GDC »
...get phobos to be configured correctly.

./configure outputs:
...
...
configure: configuring in boehm-gc
configure: running...
April 23, 2004
D »
The code:

Outputs:

It should output 4 (if the struct is aligned to the nearest...
April 12, 2004
D »
...has that Java doesn't).

ANTLR also outputs parser and lexer, and apparently has a...
April 12, 2004
D »
...grammar has been lying around somewhere.

It outputs both parser and lexer together, and lexer...
April 10, 2004
D »
...init.length); // outputs 8
    printf("sizeof Fu = %d\n", y.classinfo.init.length); // outputs 12...
181 182 183 184 185 186 187 188 189 190 191
Next ›   Last »