November 27, 2007 General » Re: off topic =) | |||
|---|---|---|---|
| |||
...enforce at all! ( o /
\
regards, frank
p.s.
no smiley? w00t, no fixed width font? | |||
November 13, 2007 General » Re: opStar | |||
|---|---|---|---|
| |||
int size[3] = { length, width, height };
std::sort(size + 0, size + 3);
I do lots... | |||
November 11, 2007 General » can't complie throw new Exception(); | |||
|---|---|---|---|
| |||
...with the given parameters
if (SDL_SetVideoMode(width, height, bits, mode) is null)
{
throw new... | |||
October 31, 2007 General » Minor extension to cast syntax | |||
|---|---|---|---|
| |||
...int)(cast(float)(width - length * position) * scaling); cast(int, cast(float, width - length * position) * scaling... | |||
October 04, 2007 Learn » Re: htod problems | |||
|---|---|---|---|
| |||
...a function, for example: int width, height; auto returnCode = cdtInit(&width,&height); Good luck! -- Gilles... | |||
October 03, 2007 General » Re: Which is faster? ulong or double | |||
|---|---|---|---|
| |||
...that doubles don't have the same width as ulong, this is a pipe dream. | |||
October 02, 2007 General » Re: "The total size of a static array cannot exceed 16Mb." | |||
|---|---|---|---|
| |||
...access it by column - you just add (width*element_size) to the pointer, and go... | |||
October 02, 2007 General » Re: "The total size of a static array cannot exceed 16Mb." | |||
|---|---|---|---|
| |||
...T)
{
this(int width, int height)
{
this.width = width;
a = new T(width * height);
}
T... | |||
October 02, 2007 General » "The total size of a static array cannot exceed 16Mb." | |||
|---|---|---|---|
| |||
...by calculating the positions manually using x*width+y, but I'd like to know... | |||
September 30, 2007 DMDScript » Tutorial: building objects and passing them to script functions | |||
|---|---|---|---|
| |||
...Dobject(null);
dobj.Put("width", new Value, DontDelete);
dobj.Get("width").putVnumber(8);
dobj.Put... | |||
Copyright © 1999-2021 by the D Language Foundation