Search

March 13, 2008
Learn »
...solution is to create a tool that outputs unit test result XML in the same...
March 10, 2008
Learn »
...of the function, the compiler never even outputs code for the first part of the...
March 07, 2008
Issues »
...Exiting scope.\").newline;");
Stdout("After mixin").newline;
----

outputs:
Exiting mixin scope.
After mixin

while I...
March 07, 2008
Learn »
...replace those two lines with:

Bike[10] store;

(It compiles, runs and outputs the same)


March 02, 2008
General »
...result in a web browser.  The compiler outputs that first block of text exactly as...
March 02, 2008
General »
...digitalmars.com/d/index.html
# ...
This code outputs:
opCmp(T)
-2147483648 >  2147483647 (          1>0)
 2147483647...
February 29, 2008
Issues »
...factorial = 1;
}

void main() {
     writefln(factorial!(5));
}

outputs: -0 instead of 1.
This is different...
February 23, 2008
IDEs »
...could over time automatically save the profile outputs, or the datatesting integrity or whatever files...
February 21, 2008
Issues »
...x.talk();
    return 0;
}

---

The C++ version outputs "ooh special", and the d version "Not...
February 21, 2008
Learn »
...z;
const(int*)* x = &y;

writefln(**x); // outputs 1, this is ok because i'm...
150 151 152 153 154 155 156 157 158 159 160
Next ›   Last »