March 13, 2008 Learn » Re: listing multiple unit test failures | |||
|---|---|---|---|
| |||
...solution is to create a tool that outputs unit test result XML in the same... | |||
March 10, 2008 Learn » Re: comma operator | |||
|---|---|---|---|
| |||
...of the function, the compiler never even outputs code for the first part of the... | |||
March 07, 2008 Issues » Re: Missed scope guard statements | |||
|---|---|---|---|
| |||
...Exiting scope.\").newline;");
Stdout("After mixin").newline;
----
outputs:
Exiting mixin scope.
After mixin
while I... | |||
March 07, 2008 Learn » Re: oop tutorials | |||
|---|---|---|---|
| |||
...replace those two lines with: Bike[10] store; (It compiles, runs and outputs the same) | |||
March 02, 2008 General » Re: DDoc and @comments | |||
|---|---|---|---|
| |||
...result in a web browser. The compiler outputs that first block of text exactly as... | |||
March 02, 2008 General » Serious problem with opCmp | |||
|---|---|---|---|
| |||
...digitalmars.com/d/index.html # ... This code outputs: opCmp(T) -2147483648 > 2147483647 ( 1>0) 2147483647... | |||
February 29, 2008 Issues » [Issue 1883] New: templates instantiated as real gives incorrect values | |||
|---|---|---|---|
| |||
...factorial = 1;
}
void main() {
writefln(factorial!(5));
}
outputs: -0 instead of 1.
This is different... | |||
February 23, 2008 IDEs » Re: RFC: Article on IDE Builder Theory | |||
|---|---|---|---|
| |||
...could over time automatically save the profile outputs, or the datatesting integrity or whatever files... | |||
February 21, 2008 Issues » [Issue 1661] Not possible to specialize on template with integer parameter | |||
|---|---|---|---|
| |||
...x.talk();
return 0;
}
---
The C++ version outputs "ooh special", and the d version "Not... | |||
February 21, 2008 Learn » Re: const in dmd v2.011 | |||
|---|---|---|---|
| |||
...z; const(int*)* x = &y; writefln(**x); // outputs 1, this is ok because i'm... | |||
Copyright © 1999-2021 by the D Language Foundation