August 20, 2015 General » string <-> null/bool implicit conversion | |||
|---|---|---|---|
| |||
...null"); writeln(b ? "b" : "null"); This program outputs: a null What? I suppose this is... | |||
August 19, 2015 General » Re: dmd codegen improvements | |||
|---|---|---|---|
| |||
...Spit out results via printf. 3. Permute -O -inline and compare the outputs. -- Dmitry Olshansky | |||
August 17, 2015 Learn » Re: pragma(mangle, on a template) | |||
|---|---|---|---|
| |||
...MyStructh.mangleof);
writeln(MyStructh.foo.mangleof);
}
---
which outputs:
---
C13temp_019455687MyClass
S13temp_019455688MyStruct
a2
S13temp_019455689MyStructh... | |||
August 04, 2015 General » Re: D for project in computational chemistry | |||
|---|---|---|---|
| |||
...simulation-related things, where the inputs and outputs can change a lot as I figure... | |||
July 23, 2015 General » Re: casting away const and then mutating | |||
|---|---|---|---|
| |||
...receives in a mutable object, and it outputs a reference to the mutable object. The... | |||
July 13, 2015 General » Re: Let's bikeshed std.experimental.testing assertions/checks/whatchamacallits | |||
|---|---|---|---|
| |||
...but. `shouldEqual` and `shouldNotEqual` have very different outputs even if what causes an exception to... | |||
July 01, 2015 General » Re: D on Windows Phone | |||
|---|---|---|---|
| |||
...s backend for linux/freebsd which manually outputs this stuff to every object file. So... | |||
June 30, 2015 Learn » Array operations, dynamic arrays and length | |||
|---|---|---|---|
| |||
...c; c[] = a[] - b[]; c.writeln; This outputs []. This feels wrong, it feels like something... | |||
June 29, 2015 General » Re: Attempt to get rid of phobos Makefiles, using reggae | |||
|---|---|---|---|
| |||
...wouldn't do a PR until the outputs are exactly the same, I posted this... | |||
June 29, 2015 Issues » [Issue 14746] New: Behavior change with struct destructor and alias this | |||
|---|---|---|---|
| |||
...output. With 2.068.0-b1 it outputs the string "test". With both compiler versions... | |||
Copyright © 1999-2021 by the D Language Foundation