Search

September 23, 2012
Issues »
...myStruct s1;
  s1.value = "Test";

  writeln(s1); // outputs "Test"
  writeln(s1.toLower()); // phobos/std/string...
September 19, 2012
General »
...of remembering volume settings for different audio outputs.  For example, it keeps track of your...
September 18, 2012
General »
...n-pasted-n-modified cout<< statements that outputs HTML and Javascript, and other such boilerplate...
September 17, 2012
Phobos »
...lib and running under Win8/64bit, it outputs 962 MB of allocated memory, 1954 MB...
September 14, 2012
Issues »
...testMod!(int[2])();
//    testMod!(int[2][3])();
}

outputs:
==============
p: const(const(int)*)
p[0] : const...
September 05, 2012
Announce »
...could be tested with MinGW if it supports whatever GDC outputs, to compare against LD.
August 28, 2012
Issues »
...return result;
    }
}
void main() {
    writeln(Iter(10));
}


Outputs this, showing writeln doesn't support opApply...
August 26, 2012
General »
...write down the types of inputs and outputs of functions, for similar reasons.

Bye,
bearophile
August 23, 2012
IDEs »
...also don't know how to make it writing all outputs immediately - sry for that .)
August 16, 2012
Learn »
...one. Modifying it to give all possible outputs wouldn't be too hard... So far...
99 100 101 102 103 104 105 106 107 108 109
Next ›   Last »