May 03, 2004 Issues » Re: utf and std.file | |||
|---|---|---|---|
| |||
...catch (UtfError)
| printf("%.*s: invalid\n",a);
| }
|
| Outputs "invalid" for any file that contains in... | |||
May 03, 2004 Issues » Re: utf and std.file | |||
|---|---|---|---|
| |||
...message | news:c6rbd4$1q4a$1@digitaldaemon.com... || Outputs "invalid" for any file that contains in... | |||
May 02, 2004 Issues » Assoc. array as 'in' function parameter | |||
|---|---|---|---|
| |||
...initialized, then: If 'foobar' is 'in', program outputs '0', i.e. all changes in array... | |||
April 29, 2004 Issues » utf and std.file | |||
|---|---|---|---|
| |||
...catch (UtfError)
printf("%.*s: invalid\n",a);
}
Outputs "invalid" for any file that contains in... | |||
April 25, 2004 D » gc: a few strange things, possibly bugs | |||
|---|---|---|---|
| |||
...void main() {
A a = new A();
}
[/code]
outputs: ABba
A keeps reference for B, then... | |||
April 24, 2004 GDC » Re: GDC release 1f | |||
|---|---|---|---|
| |||
...get phobos to be configured correctly. ./configure outputs: ... ... configure: configuring in boehm-gc configure: running... | |||
April 23, 2004 D » [BUG] Struct alignment (Was Re: Struct sizes - converting C to D) | |||
|---|---|---|---|
| |||
The code: Outputs: It should output 4 (if the struct is aligned to the nearest... | |||
April 12, 2004 D » Re: Complete D grammar spec available? | |||
|---|---|---|---|
| |||
...has that Java doesn't). ANTLR also outputs parser and lexer, and apparently has a... | |||
April 12, 2004 D » Re: Complete D grammar spec available? | |||
|---|---|---|---|
| |||
...grammar has been lying around somewhere. It outputs both parser and lexer together, and lexer... | |||
April 10, 2004 D » No Size of type bug in D! | |||
|---|---|---|---|
| |||
...init.length); // outputs 8
printf("sizeof Fu = %d\n", y.classinfo.init.length); // outputs 12... | |||
Copyright © 1999-2021 by the D Language Foundation