April 08, 2009 General » Re: why Unix? | |||
|---|---|---|---|
| |||
...change the terminal size to what ever width/height combination required and save the changes... | |||
April 07, 2009 General » Re: why Unix? | |||
|---|---|---|---|
| |||
...say, GNOME Terminal. (It's still fixed width, as I recall; just wider by default... | |||
April 03, 2009 General » Help binding over to C++ | |||
|---|---|---|---|
| |||
...0);
}
void dawesome_resize(int width, int height) {
view->resize(width, height);
}
-----------------------------------------------
dawesome.di
-----------------------------------------------
extern... | |||
March 24, 2009 General » Re: 3d graphics float "benchmarks" | |||
|---|---|---|---|
| |||
...y * width + x) + 0] = clamp(fimg[3 * (y * width + x) + 0]);
byteImage[3 * (y * width... | |||
March 14, 2009 General » Octal literals: who uses this? | |||
|---|---|---|---|
| |||
...hex literals, each option is a fixed width. That is sensible. Octal literals aren't... | |||
March 08, 2009 Announce » Re: Open source dmd on Reddit! | |||
|---|---|---|---|
| |||
...width = 640;
int window.height as height = 480;
`
);
and
mixin(cvars!
(
int, "window.width, width... | |||
February 16, 2009 Learn » Re: Unicode problems? | |||
|---|---|---|---|
| |||
...as arrays with a given, non-changing width and that you're not using UTF... | |||
February 09, 2009 General » Re: escaping addresses of ref parameters - not | |||
|---|---|---|---|
| |||
...a struct:
struct Rect
{
int x, y, width, weight;
};
class Widget {
// returns true on success... | |||
January 31, 2009 General » Re: Compiler as dll | |||
|---|---|---|---|
| |||
...there):
class Window
{
mixin(cvars(
`
uint width : window.width = 800;
uint height : window.height = 600... | |||
January 19, 2009 c++.stlsoft » FastFormat 0.3.1 (alpha 1) released | |||
|---|---|---|---|
| |||
...the following changes: * support for min-width / max-width / alignment in format specifications * renaming/addition... | |||
Copyright © 1999-2021 by the D Language Foundation