February 24, 2013 General » What is the best way to deal with this? | |||
|---|---|---|---|
| |||
...TestClass!(string); t1.test; t2.test; readln; } Outputs: Address of variable globalInstances is: 0x4F3F80 Address... | |||
February 23, 2013 Learn » Re: What exactly is the use-case for Template This Parameters? | |||
|---|---|---|---|
| |||
...b = new Cat();
a.printDescription();
b.printDescription();
}
Outputs:
hello.main.Dog
hello.main.Cat
--
Lee | |||
February 21, 2013 Issues » [Issue 9539] Regression (2.061): Wrong-code on static array pointer | |||
|---|---|---|---|
| |||
...be _silently_ accepted in default, and compiler outputs wrong-code. ---- But, we cannot *fix* TypeDArray... | |||
February 19, 2013 DMD » Re: [dmd-internals] Building verstr.h on OSX | |||
|---|---|---|---|
| |||
...on Mac OS X 10.6. It outputs: "2.062" Including the citation characters. -- /Jacob... | |||
February 14, 2013 Issues » [Issue 9508] New: RDMD doesn't generate new dependency list when a file is changed. | |||
|---|---|---|---|
| |||
...run this: rdmd --chatty a The command outputs: 'dmd' '-of/tmp/.rdmd-1000/rdmd-a... | |||
February 13, 2013 Issues » [Issue 9506] New: When using alias this, writeln modifies its argument | |||
|---|---|---|---|
| |||
...2] [1, 2] but instead the program outputs [1, 2] [] -- Configure issuemail: http://d.puremagic... | |||
February 09, 2013 Beta » Re: [dmd-beta] D 2.062 beta | |||
|---|---|---|---|
| |||
...Foo();
// In 2.061 and up, this outputs "const(Foo)()"
// instead of "hellO". A fixed... | |||
February 04, 2013 Issues » [Issue 9130] Wrong codegen for compile time constructed struct | |||
|---|---|---|---|
| |||
...problem. When above code is run, it outputs: length = 3 ptr = 0xc6c540 Segmentation fault So... | |||
February 02, 2013 Learn » Re: new T[size] vs .reserve | |||
|---|---|---|---|
| |||
...x.capacity, " ", x.ptr[end]);
}
That code outputs following length/capacity/extra_byte:
2 15... | |||
February 02, 2013 Learn » Why are commands executing out of order? | |||
|---|---|---|---|
| |||
...sizeof; } But main's first writeln actually outputs after f.close(). The program uses ~1GB... | |||
Copyright © 1999-2021 by the D Language Foundation