Search

August 16
Learn »
...writeln();

// allocate mutable array on heap
char[] b = new char[60];
b[] = '-';
// if b is...
August 15
Issues »
...datetime.date.TimeOfDay.fromISOExtString!(immutable(char)[]).fromISOExtString(scope
const(immutable(char)[])) [0x5626aa88fea9]
/dlang/dmd/linux...
August 13
DIP Ideas »
...separate debate no? Im unaware of any char sequences that combine into quotation marks

Windows...
August 13
Issues »
...s)
 @trusted
 segidx_t MsCoffObj_getsegment(const(char)* sectname, uint flags)
 {
+    __gshared segidx_t lastFind...
August 12
DIP Ideas »
...the 60's.

Imagine making a 1 char typo of escape characters when making a...
August 09
General »
...don’t be wrong.

`string` AKA `immutable(char)[]` and `char[]` are both ‘strings’, it’s just that...
August 08
General »
...strip) takes an array of any `const` char (`char`, `wchar`, or `dchar`). As a reminder...
August 08
Learn »
...C_SOURCE)
FILE    *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING...
August 08
Learn »
```c
typedef struct test_s
{
   unsigned char _[64] __attribute__ ((aligned (sizeof (void *))));
} test_t;
```
August 06
General »
...system. `string` is an alias of `immutable(char)[]`. You’re casting to `immutable`—never cast to...
1 2 3 4 5 6 7 8 9
Next ›   Last »