Search

April 17, 2007
Learn »
...reports connection
-I type whatever, and listener outputs with a byte count
-I disconnect (escape...
April 17, 2007
Learn »
...simple program that creates two threads, one outputs "." to the console, the other "!":

----------------------------------------------
class MyThread...
April 10, 2007
Issues »
...constants in the executable, resulting in various outputs for this program (such as plain old...
April 09, 2007
General »
...1;
        writefln(c < a ? "true" : "false"); // outputs false
        writefln(c < b ? "true" : "false"); // outputs true
}
April 08, 2007
Debuggers »
...to parse it without needing to have access to a compiler that actually outputs it...
April 05, 2007
Issues »
...re-run with the same arguments, it outputs

"Jan 1" = -9223372036854775808 (Invalid Date)

Now it...
April 04, 2007
Debuggers »
...see. Then how to get the both outputs to the front end and let it...
April 02, 2007
Learn »
...only happens on X86. The PPC happily outputs:
a/b = 0

So I guess it...
March 30, 2007
Issues »
...exit) writefln("exit");
                        writefln("something");
                        break;
        }
}

This outputs:

five
exit
A dtor
something
exit

You...
March 30, 2007
General »
...when it outputs the code. [1]

Which is what's weird: DMD outputs the correct...
158 159 160 161 162 163 164 165 166 167 168
Next ›   Last »