August 27, 2008 General » Re: Why Strings as Classes? | |||
|---|---|---|---|
| |||
...the black box are the inputs and outputs. So, if encapsulation is desired, things like... | |||
August 12, 2008 Learn » Re: File by file or all files at the same time. | |||
|---|---|---|---|
| |||
...di if none present - default rule) and outputs to stdout. An output is then redirected... | |||
August 07, 2008 Learn » Re: multi thread sampl | |||
|---|---|---|---|
| |||
...Mutex myLock; //used to control one thread outputs at a time //first thread prints 1... | |||
August 03, 2008 Issues » Re: is this a bug? (aa initializer) | |||
|---|---|---|---|
| |||
...value; aa) writefln(key, " - ", value); // prints foobar } Outputs: foo - bar foo - baz D1 output: foo... | |||
August 01, 2008 General » Re: Potentially stupid newbie question | |||
|---|---|---|---|
| |||
...writefln("roar");}
}
cat[0].makeNoise(); // outputs growl
cat[2].makeNoise(); // outputs roar
If the latter... | |||
July 24, 2008 Issues » [Issue 2242] New: linux system calls are canceled by GC | |||
|---|---|---|---|
| |||
...call fail (errno=EINTR) 5. the program outputs empty line and finishes without waiting the... | |||
July 22, 2008 General » Re: RTest, a random testing framework | |||
|---|---|---|---|
| |||
...sequences. It would validate based on the outputs of the function. So more or less... | |||
July 22, 2008 Issues » linux system calls are canceled by GC | |||
|---|---|---|---|
| |||
...call fail (errno=EINTR) 5. the program outputs empty line and finishes without waiting the... | |||
July 21, 2008 Announce » Yossi Kreinin on D again | |||
|---|---|---|---|
| |||
...Fast. Easy to use - garbage-collected array outputs in functions like filter(), error messages to... | |||
July 18, 2008 Issues » [Issue 2234] New: __traits(allMembers) returns incorrect results for mixin and template alias members of an aggregate | |||
|---|---|---|---|
| |||
...Foo;
}
void main()
{
writefln(__traits(allMembers, S));
}
----
Outputs [__T3FooZ] instead of the expected [x]
2... | |||
Copyright © 1999-2021 by the D Language Foundation