Search

November 27, 2007
General »
...enforce at all! ( o   /
                                                              \
regards, frank

p.s.
no smiley? w00t, no fixed width font?
November 13, 2007
General »
int size[3] = { length, width, height };
std::sort(size + 0, size + 3);

I do lots...
November 11, 2007
General »
...with the given parameters
	if (SDL_SetVideoMode(width, height, bits, mode) is null)
	{
		throw new...
October 31, 2007
General »
...int)(cast(float)(width - length * position) * scaling);
cast(int, cast(float, width - length * position) * scaling...
October 04, 2007
Learn »
...a function, for example:
int width, height;
auto returnCode = cdtInit(&width,&height);

Good luck!

--
Gilles...
October 03, 2007
General »
...that doubles don't have the same width as ulong, this is a pipe dream.
October 02, 2007
General »
...access it by column - you just add (width*element_size) to the pointer, and go...
October 02, 2007
General »
...T)
{
    this(int width, int height)
    {
        this.width = width;
        a = new T(width * height);
    }

    T...
October 02, 2007
General »
...by calculating the positions manually using x*width+y, but I'd like to know...
September 30, 2007
DMDScript »
...Dobject(null);
  dobj.Put("width",  new Value, DontDelete);
  dobj.Get("width").putVnumber(8);
  dobj.Put...
138 139 140 141 142 143 144 145 146 147 148
Next ›   Last »