Search code examples
OutOfMemory in simple Zig use case...

memoryzig

Read More
How do I compare two zero-terminated but different length strings in Zig?...

zig

Read More
function pointers must be single pointers...

zig

Read More
Memory leackage in reading the file content...

zig

Read More
How are variables in a Zig struct meant to be declared?...

structtypeszig

Read More
Expected u3, but every varable is a u8...

typeszig

Read More
Idiomatic alternative to C's `system` function in Zig...

czig

Read More
How to get the field value in comptime in zig...

zig

Read More
Convert i32 into f32...

type-conversionzig

Read More
Valgrind illegal hardware instruction with Zig...

valgrindzig

Read More
Why does zig function not accept null as function argument when type signature specifies parameter a...

zig

Read More
error: use of undeclared identifier 'c_char'...

zig

Read More
How do I specifiy the "-rdynamic" compiler/linker option in a zig.build file?...

webassemblyzig

Read More
How to link against a static library?...

static-librarieszig

Read More
Comma in for loop...

zig

Read More
How to Return a Writer and a Reader from a function in zig?...

zig

Read More
Failed to define the target at build.zig...

zig

Read More
Multiline string is invalid...

zig

Read More
I want to embed list of file but failed...

zig

Read More
How to change executed method in runtime using function pointers?...

function-pointerszig

Read More
How to pass the `writer` between functions...

zig

Read More
How to test multiple files in Zig?...

testingzig

Read More
How to print a number as hexadecimal in Zig?...

hexzig

Read More
Correct way to put pointers into an array?...

arrayspointersscopezig

Read More
expected type 'i32', found 'usize'...

arrayscastingzig

Read More
How to do conditional compilation with Zig?...

compilationcompile-timeconditional-compilationbuild-systemzig

Read More
Incorrect alignment when destroy a value in Zig...

zig

Read More
does zig cc expose a linker (ld)?...

zig

Read More
Zig's filesystem example doesn't work on windows...

windowsfilesystemszig

Read More
use c's `nmmintrin.h` in zig...

cintrinsicszig

Read More
BackNext