March 17, 2011 General » Library Development: What to finish/flesh out? | |||
|---|---|---|---|
| |||
...use BigInts for guaranteed accuracy, or fixed-width integers for more speed where the denominator... | |||
March 16, 2011 General » Re: Reading dchar from UTF-8 stdin | |||
|---|---|---|---|
| |||
...skipUnstoredFields()
{
for (;;)
{
spec.readUpToNextSpec(r);
if (spec.width != spec.DYNAMIC) break;
// must skip this field... | |||
March 11, 2011 Learn » Re: Read file/stream | |||
|---|---|---|---|
| |||
...CPU features, so presumably, the CPU only provides the possibility for 4-byte width. -Steve | |||
March 07, 2011 Issues » [Issue 5704] Silent ddoc failure on plot2kill | |||
|---|---|---|---|
| |||
...minWindowWidth();
abstract int minWindowHeight();
final double width() {
return _width;
}
final double height() {
return _height;
}
final... | |||
March 07, 2011 General » Re: where clause -- OT | |||
|---|---|---|---|
| |||
...s width, so that one cannot separate semantics marks (tab) from presentation (indent width) and... | |||
March 07, 2011 General » Re: Pretty please: Named arguments | |||
|---|---|---|---|
| |||
...do something like this: int width; int height; func(width = 2, height = 7); That _is... | |||
March 07, 2011 General » where clause | |||
|---|---|---|---|
| |||
...c' /= c)]
drawTree (width, height) start steps stdgen = do
img <- image width height off
setPix... | |||
March 07, 2011 General » Re: Pretty please: Named arguments | |||
|---|---|---|---|
| |||
...foo(int height, int width);
struct _foo_args {
int height; int width;
};
#define foo(...) \
foo... | |||
March 04, 2011 General » Feature request: ssize_t, a signed size_t | |||
|---|---|---|---|
| |||
...double y1, y2, width; size_t index = to!size_t((x2 - x1) / width); if (index... | |||
March 01, 2011 General » Re: Pretty please: Named arguments | |||
|---|---|---|---|
| |||
...y = 2;
int width = 3;
int height = 4;
...
box(x, y, width, height)
But if... | |||
Copyright © 1999-2021 by the D Language Foundation