Search code examples
Wrong expected type using GeneralPurposeAllocator#allocator...


zig

Read More
Reading and grouping files from a directory in Zig...


filedata-structureszig

Read More
How to organize large projects in Zig language...


zig

Read More
How do I compare two UTF-8 strings ignoring case in Zig language?...


arraysstringstring-comparisonzig

Read More
Zig leaking memory from dynamically allocated ArrayList entries...


zig

Read More
What is the syntax for a for loop over an index with increment?...


zig

Read More
Trying to load OpenGL 4.1 but only get OpenGL 2.1 on MacOS...


macosopenglsdlzigglad

Read More
Why is there very little use of pointers as parameters in the standard library of Zig?...


zig

Read More
Accessing comptime array in runtime with for loop...


arrayscompile-timezig

Read More
How to initialize a mutable array in Zig?...


arraysstringslicezig

Read More
How to make array members variable?...


zig

Read More
Does Zig reallocate at the same memory address when using the stack to manage allocations?...


zig

Read More
Do all cases in a switch need to be comptime known in Zig?...


zig

Read More
Formating strings with comptime values in Zig...


stringformattingmetaprogrammingzig

Read More
Zig for loop range iterator with custom int type...


loopsiteratorintegerrangezig

Read More
I cannot modify a field for a var struct pointer in Zig...


zig

Read More
Memory Leak in randomString function...


zig

Read More
How do I initialize a slice of slices in Zig?...


zig

Read More
How to deal with large numbers in Zig?...


zig

Read More
Detect Zig compiler from C++ source?...


c++macroszig

Read More
Multiple anonymus structs inside a union (like in C)...


structunionzig

Read More
Zig: comptime params and alloc...


zig

Read More
how handle Zig error sets from C using Zig ABI...


cerror-handlingabizig

Read More
How to define a comptime array of arrays of divergent size...


multidimensional-arrayliteralszig

Read More
Zig Concurrency Vs Erlang Concurrency, is Zig less efficient than Erlang?...


concurrencyerlangzig

Read More
How do I get the full path of a `std.fs.Dir`?...


zig

Read More
zig allocators dont need dealloc?...


memory-leakszig

Read More
how to deal with Zig struct strings with variable size...


stringzig

Read More
Zig convert std.os.argv to C type argv...


cpointerszig

Read More
How to handle helper functions used in Zig tests?...


zig

Read More
BackNext