January 15, 2010 Concurrency » [dmd-concurrency] shared arrays | |||
|---|---|---|---|
| |||
...think assuming the presence of a double width CAS to be erroneous in the language... | |||
January 01, 2010 General » Re: What's C's biggest mistake? | |||
|---|---|---|---|
| |||
...delays), while in a string with variable-width Unicode encoding that can be hard to... | |||
December 14, 2009 General » Re: D2 GUI Libs | |||
|---|---|---|---|
| |||
...CGFloat width, UILineBreakMode lineBreakMode); Currently, this would be: CGSize sizeWithFont(UIFont font, CGFloat width, UILineBreakMode... | |||
November 24, 2009 General » Re: is this a dmd bug ? | |||
|---|---|---|---|
| |||
...and Dwt-win already have a dispose width Event argument. I try it with outer... | |||
November 16, 2009 Learn » Re: multidimensional dynamic arrays | |||
|---|---|---|---|
| |||
auto array = new ubyte[][](width*height, numSprites); params might be backwards.. | |||
November 16, 2009 Learn » multidimensional dynamic arrays | |||
|---|---|---|---|
| |||
...auto array = new ubyte[width*height][numSprites]; doesn't work cause width*height is no... | |||
November 12, 2009 General » Re: How about Go's &Struct instead of new? | |||
|---|---|---|---|
| |||
...the following comparison text (edited in fixed-width font, 1st line is 50 chars; 2nd... | |||
November 12, 2009 General » Re: Semantics of toString | |||
|---|---|---|---|
| |||
...is so the conversion to the appropriate width can be done per character (and is... | |||
November 12, 2009 General » Re: Semantics of toString | |||
|---|---|---|---|
| |||
...you have data stored in a different width that you wanted to output. Calling a... | |||
November 06, 2009 General » Re: Safety, undefined behavior, @safe, @trusted | |||
|---|---|---|---|
| |||
...Bad idea?
struct Area
{
int Width() //Big letters
{
return width;
}
int Height() //Big letters
{
return... | |||
Copyright © 1999-2021 by the D Language Foundation