March 09, 2006 General » Size of the real type | |||
|---|---|---|---|
| |||
...args)
{
writefln(real.sizeof * 8);
return 0;
}
Outputs the size of real as 96 bits... | |||
March 08, 2006 Learn » How to write printf(...) like function | |||
|---|---|---|---|
| |||
...is to make a print function that outputs both to a console and to a... | |||
February 22, 2006 Announce » Re: Understanding regexes (Was: Re: DMD 0.147 release) | |||
|---|---|---|---|
| |||
...track of all constant variables, and flagging outputs of operations with constants as constants too... | |||
February 19, 2006 General » Re: gdb seg fault | |||
|---|---|---|---|
| |||
...standard, whereas the little information that DMD outputs is in DWARF3... The only practical difference... | |||
February 15, 2006 Learn » Re: Using writefln with format specifiers in string | |||
|---|---|---|---|
| |||
It does. writefln("5%%") outputs "5%." The problem is that he wants to print out... | |||
February 04, 2006 Issues » Bug in asm version of std.math.poly since 0.143 | |||
|---|---|---|---|
| |||
...from phobos, outputs:
$ ./asmbug
The result should be 215.130000
The C version outputs 215... | |||
January 26, 2006 General » Re: phobos.lib with backtrace | |||
|---|---|---|---|
| |||
...includes the correct README, and phobos.lib outputs the classname of the exception and its... | |||
January 18, 2006 digitalmars.D.dtl, Learn » Re: interfaces :-( | |||
|---|---|---|---|
| |||
...is said of the inputs (parameters) or outputs (return types or exceptions) of something (methods... | |||
January 07, 2006 General » Quasi debug mode | |||
|---|---|---|---|
| |||
...dmd test" outputs: release? Error: AssertError Failure test(12) "dmd -debug test" outputs: debug Error... | |||
January 05, 2006 GDC » (Mac) TypeInfo bug ? | |||
|---|---|---|---|
| |||
...stdio.writefln(arguments[j] == typeid(char[]*)); } Which outputs: (integers since I didn't cast-to... | |||
Copyright © 1999-2021 by the D Language Foundation