Search

March 12
Learn »
...status, size_t len)
	{
		writeln("Send size: ", len);
	}

	void onRead(StreamSocketFD, IOStatus status, size_t...
March 11
DIP Development »
...C's varying `int` size, but the difference...working bitfields. They wouldn't be impaired by...
March 10
DIP Ideas »
...memset

which uses rsize_t and RSIZE_MAX, defined as (SIZE_MAX >> 1).

Sadly the...
March 09
Learn »
...writeln;

__gshared static Thread th;
__gshared static size_t tht;

    void run()
    {
        writeln("run");
        while...
March 09
Issues »
https://issues.dlang.org/show_bug.cgi?id=24429

--- Comment #2 from Lance Bachmeier <lance...
March 08
DIP Development »
...extern(C++) void foo(const char *s, size_t length);
void foo(string s)
{
    foo...
March 06
Learn »
...data members has a size of two words...the Vtable but can't be for a...
March 06
General »
...Note that you can't use a struct...dramatically cut down the size of the resulting...
March 05
Issues »
...Comment #1 from Richard Cattermole <alphaglosined@gmail.com> ---
This should also apply to ptrdiff_t.

--
March 05
Issues »
...uses size_t, you'll get the error message:

Error: undefined identifier `size_t`

It...
18 19 20 21 22 23 24 25 26 27 28 29
Next ›   Last »