Search code examples
How to create 2d arrays of containers in zig?...

zig

Read More
How do I print a UTF-16 string in Zig?...

unicodeutf-16zig

Read More
Can't use .len of a bidimensional array...

zig

Read More
Is it possible to convert a std.builtin.TypeInfo.Error back to its error value?...

zig

Read More
zig creates a C library but not usable by C...

czig

Read More
I get Segmentation fault when using X11 C library with Zig...

segmentation-faultx11zig

Read More
why do user defined types in zig need to be const?...

zig

Read More
How can I create multidimensional arrays of arbitrary sizes?...

arraysmultidimensional-arrayzig

Read More
Does the Zig compiler consider arrays with comptime variable lengths as possible zero length arrays?...

arrayscompiler-errorszig

Read More
Compiler Will Print Version But Freezes on Build...

unixterminalcompiler-errorszig

Read More
Calling `std.math.clamp` gives compile error `error: unable to evaluate constant expression` in Zig...

compiler-errorszig

Read More
what are the rules zig build-lib uses for shared objects filenames?...

zig

Read More
Error to append a converted u8 (from i8) to an ArrayList, only in a specific program...

zig

Read More
How can I generate a 256 bit mask...

cassemblybit-manipulationbitzig

Read More
struct definition with var instead of const in zig language...

zig

Read More
Mutating a value in an array list in Zig...

arraylistzig

Read More
How to include (msvc) libc when building c code with the Zig compiler...

windowsbuildlibczig

Read More
Zig "translate c" doesn't translate main function...

czig

Read More
BackNext