July 07, 2004 Issues » template class inheritance - bug with private | |||
|---|---|---|---|
| |||
...c = new C(); } Compiler [dmd v0.94] outputs: class C member this is not accessible | |||
June 18, 2004 c++ » Re: Calling assembly functions from C++. | |||
|---|---|---|---|
| |||
...0; } When I run the program, it outputs 0. 0 is the original value I... | |||
June 14, 2004 General » Re: string performance issues | |||
|---|---|---|---|
| |||
...foreach(char c; test)
printf("%02x ",c);
outputs
14:= 72 65 67 61 6e 00... | |||
June 12, 2004 Issues » 0.92 trinary op bug (?:) | |||
|---|---|---|---|
| |||
...0|| + | + ||+|0| |+|+|| 0 | 0 ||0|+| +-+-++---+---++-+-+ all four outputs ffd, ffe, d, e SHOULD be the... | |||
June 05, 2004 Issues » optimizer bug ? | |||
|---|---|---|---|
| |||
...instead of printing "3.140000" the program outputs "-nan". i guess its not an optimization... | |||
May 18, 2004 General » Re: Design deficiency of C++ and D templates | |||
|---|---|---|---|
| |||
...of a powerful functional macro language that outputs some code that is similar to D... | |||
May 18, 2004 Issues » Re: std.date still wrong | |||
|---|---|---|---|
| |||
...printf("%.*s\n",toString(t));
| return 0;
| }
|
| Outputs:
|
| Tue May 18 13:32:05 GMT... | |||
May 18, 2004 Issues » Re: std.date still wrong | |||
|---|---|---|---|
| |||
...printf("%.*s\n",toString(t));
return 0;
}
Outputs:
Tue May 18 13:32:05 GMT... | |||
May 12, 2004 Issues » Static in templates, member scope | |||
|---|---|---|---|
| |||
...printf("\n"); // outputs 123
b.foo(); b.foo(); b.foo(); printf("\n"); // outputs 111
}
// If... | |||
May 11, 2004 Issues » lost (was Re: std.utf.validate (was Re: utf and std.file)) | |||
|---|---|---|---|
| |||
...a, read(a).length); } } //------------------------- That is, it outputs the size of every file in the... | |||
Copyright © 1999-2021 by the D Language Foundation