March 29, 2008 General » Re: const(FAQ) | |||
|---|---|---|---|
| |||
...int width)
{
_width = width;
}
public const int area()
{
if (_area == -1) {
//_area = _width*_width; // we... | |||
March 26, 2008 General » Re: static try catch construct would be helpful | |||
|---|---|---|---|
| |||
...writefln("%s", value); <=> debug {
writefln("%s", value);
}
Fits nicely! :)
(Hope, you use fixed-width fonts) | |||
February 24, 2008 General » Re: object.opEquals return type | |||
|---|---|---|---|
| |||
...problem is that bool has a defined width. It shouldn't have, because bool is... | |||
January 25, 2008 Announce » Re: Reorg of D site | |||
|---|---|---|---|
| |||
...encoding. Additionally, there's a minor margin/width difference of the menu between the start... | |||
January 23, 2008 General » Re: using cairo with gtkd | |||
|---|---|---|---|
| |||
...dereference cairo_text_extents_t.width the compiler says that width is not a recognized... | |||
January 20, 2008 General » Re: String implementations | |||
|---|---|---|---|
| |||
...work. You need to be counting rendered width in pixels - an operation which should be... | |||
January 14, 2008 Learn » Re: Dynamic array and OpenGL problem | |||
|---|---|---|---|
| |||
...like this:
for(int i=0; i<(width*height*3); ++i)
framebuffer[i] = 0;
Is... | |||
January 13, 2008 Learn » Re: Dynamic array and OpenGL problem | |||
|---|---|---|---|
| |||
...size yourself. ubyte[] framebuffer = new ubyte[3*width*height]; Then pass framebuffer.ptr to the... | |||
January 13, 2008 Learn » Dynamic array and OpenGL problem | |||
|---|---|---|---|
| |||
...This is the function: void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const... | |||
December 06, 2007 General » Re: Calling conventions | |||
|---|---|---|---|
| |||
...bitmap image format: <image name="screenshot.bmpx" width="800px" height="600px"> [snip] <pixel id="D7A9... | |||
Copyright © 1999-2021 by the D Language Foundation