Search

August 27, 2008
General »
...the black box are the inputs and outputs. So, if encapsulation is desired, things like...
August 12, 2008
Learn »
...di if none present - default rule) and outputs to stdout. An output is then redirected...
August 07, 2008
Learn »
...Mutex myLock;  //used to control one thread outputs at a time
	
//first thread prints 1...
August 03, 2008
Issues »
...value; aa)
		writefln(key, " - ", value); // prints foobar
}

Outputs:
foo - bar
foo - baz

D1 output:
foo...
August 01, 2008
General »
...writefln("roar");}
}

cat[0].makeNoise(); // outputs growl
cat[2].makeNoise(); // outputs roar

If the latter...
July 24, 2008
Issues »
...call fail (errno=EINTR)
5. the program outputs empty line and finishes without waiting the...
July 22, 2008
General »
...sequences.  It would validate based on the outputs of the function.

So more or less...
July 22, 2008
Issues »
...call fail (errno=EINTR)
5. the program outputs empty line and finishes without waiting the...
July 21, 2008
Announce »
...Fast. Easy to use - garbage-collected array outputs in
functions like filter(), error messages to...
July 18, 2008
Issues »
...Foo;
}

void main()
{
  writefln(__traits(allMembers, S));
}
----
Outputs [__T3FooZ] instead of the expected [x]

2...
147 148 149 150 151 152 153 154 155 156 157
Next ›   Last »