August 11, 2022 Announce » Re: gamut v0.0.7 ask for what you want | |||
|---|---|---|---|
| |||
...portable? There is probably a size at which it isn't that portable anymore. It... | |||
August 11, 2022 Announce » Re: gamut v0.0.7 ask for what you want | |||
|---|---|---|---|
| |||
...Something like ``` D void[] need_more_ram(size_t amount, void[] old_chunk, void* user... | |||
August 09, 2022 Announce » Re: gamut v0.0.7 ask for what you want | |||
|---|---|---|---|
| |||
...Single allocation pessimizes the size a lot because since you haven't encoded yet, you... | |||
August 08, 2022 Learn » Re: Acess variable that was set by thread | |||
|---|---|---|---|
| |||
...a pointer and a size, and you can't exceed that size. Yes, the data... | |||
August 08, 2022 Learn » Main foreach loop fails when another foreach is added | |||
|---|---|---|---|
| |||
...input_filename ~ "--");
}
// Open input file for reading
size_t line_count = 0;
File input_file... | |||
August 04, 2022 Learn » Re: Ranges | |||
|---|---|---|---|
| |||
...an_int_D_array_behind_the_scenes {
size_t length;
int * ptr;
}
So,
students = students... | |||
August 03, 2022 General » Using Enums to Generate Scoped List of Names | |||
|---|---|---|---|
| |||
...E);
foreach (size_t i, mem; __traits(allMembers, E)) {
static assert(i < T.sizeof * 8... | |||
August 02, 2022 Genel » Re: SDL kütüphanesi kurulum sorunları | |||
|---|---|---|---|
| |||
...SetAttribute(SDL_GL_DEPTH_SIZE, 24);
SDL_GL...writeln("OpenGL context couldn't be created! SDL... | |||
July 31, 2022 Learn » Re: Obsecure problem 1 | |||
|---|---|---|---|
| |||
...or any array) as a `struct { size_t length; T* ptr; }` combined with a bunch... | |||
July 31, 2022 Learn » Re: Obsecure problem 1 | |||
|---|---|---|---|
| |||
...ulong based upon the size of a pointer. ```d for(size_t i = ch.length... | |||
Copyright © 1999-2021 by the D Language Foundation