March 12 Learn » How to use eventcore write an echo server? | |||
|---|---|---|---|
| |||
...status, size_t len)
{
writeln("Send size: ", len);
}
void onRead(StreamSocketFD, IOStatus status, size_t... | |||
March 11 DIP Development » Re: DIP: add Bit Fields | |||
|---|---|---|---|
| |||
...C's varying `int` size, but the difference...working bitfields. They wouldn't be impaired by... | |||
March 10 DIP Ideas » Re: Standardize base types for metaprogramming | |||
|---|---|---|---|
| |||
...memset which uses rsize_t and RSIZE_MAX, defined as (SIZE_MAX >> 1). Sadly the... | |||
March 09 Learn » How to terminate thread under module destructor? | |||
|---|---|---|---|
| |||
...writeln;
__gshared static Thread th;
__gshared static size_t tht;
void run()
{
writeln("run");
while... | |||
March 09 Issues » [Issue 24429] [ImportC] improve error message for size_t | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24429 --- Comment #2 from Lance Bachmeier <lance... | |||
March 08 DIP Development » Re: First Draft: Symbol Representation (Export) | |||
|---|---|---|---|
| |||
...extern(C++) void foo(const char *s, size_t length);
void foo(string s)
{
foo... | |||
March 06 Learn » Hidden members of Class objects | |||
|---|---|---|---|
| |||
...data members has a size of two words...the Vtable but can't be for a... | |||
March 06 General » Re: Range Redesign: Empty Ranges | |||
|---|---|---|---|
| |||
...Note that you can't use a struct...dramatically cut down the size of the resulting... | |||
March 05 Issues » [Issue 24429] [ImportC] improve error message for size_t | |||
|---|---|---|---|
| |||
...Comment #1 from Richard Cattermole <alphaglosined@gmail.com> --- This should also apply to ptrdiff_t. -- | |||
March 05 Issues » [Issue 24429] New: [ImportC] improve error message for size_t | |||
|---|---|---|---|
| |||
...uses size_t, you'll get the error message: Error: undefined identifier `size_t` It... | |||
Copyright © 1999-2021 by the D Language Foundation