December 30, 2023 Learn » Re: Less verbose or at least "higher level" 2D game engines for Dlang. | |||
|---|---|---|---|
| |||
...editor too. I haven't even heard of...game with minimal build size it is a... | |||
December 29, 2023 Learn » Re: Indirect access to variables. | |||
|---|---|---|---|
| |||
...size_t*[string] registry;
void main() {
import std.stdio;
size_t var1 = 1;
size_t... | |||
December 29, 2023 Learn » Indirect access to variables. | |||
|---|---|---|---|
| |||
...snippet below?
```
void main() {
import std.stdio;
size_t var1 = 1;
char[4] Txt = cast... | |||
December 27, 2023 Learn » Problems using rawWrite in an experiment with WAVs in D | |||
|---|---|---|---|
| |||
...buffer_size];
foreach (i; 0 .. buffer_size) {
buffer...to Dlang, I don't understand very well... | |||
December 27, 2023 Learn » curl :sending mail via SMTP | |||
|---|---|---|---|
| |||
...size_t bytes_read;
}
static size_t payload_source(char* ptr,size_t size,size... | |||
December 24, 2023 Issues » [Issue 24297] ImportC incompatible with glibc _FORTIFY_SOURCE | |||
|---|---|---|---|
| |||
...s, int __n, FILE * __stream)
{
size_t sz = __builtin_object_size (__s, 1 > 1);
if... | |||
December 22, 2023 Learn » Re: D is nice whats really wrong with gc?? | |||
|---|---|---|---|
| |||
...you don't care about your memory. Neither about its layout nor its size, nor... | |||
December 22, 2023 Issues » [Issue 24297] New: ImportC incompatible with glibc _FORTIFY_SOURCE | |||
|---|---|---|---|
| |||
...int __n, FILE *__restrict __stream)
196 {
197 size_t sz = __glibc_objsize (__s);
198 if... | |||
December 21, 2023 General » Re: D is our last hope | |||
|---|---|---|---|
| |||
...Xword st_size;
}
void some_function(Elf64_Sym *s) {
// Nah, we can't do this... | |||
December 20, 2023 Learn » Group dots not working | |||
|---|---|---|---|
| |||
...0 || hitMap[cast(size_t)(pos.x+dir.x)][cast(size_t)pos.y]=='#') {
hit... | |||
Copyright © 1999-2021 by the D Language Foundation