Search code examples
Getting the list of all the source files in the directory passed in Zig...


buildzig

Read More
How do I check if two arrays are equal in Zig?...


arrayszig

Read More
Passing structs to functions and returning structs from functions in Zig...


structzig

Read More
How do I pass a stream or writer parameter to a function in Zig?...


zig

Read More
How to import zig module from another module?...


importbuildzig

Read More
I can't pinpoint why memory gets corrupted while working with Recursive Tagged Union in Zig...


enumsunionsrecursive-datastructureszig

Read More
Check if a file exists in Zig...


zig

Read More
Fatal error: 'stdio.h' file not found in compiling c file...


zig

Read More
error: array literal requires address-of operator (&) to coerce to slice type '[]i8' in ...


zig

Read More
Convert *const [4][4]f32 to []const [4][4]f32...


zig

Read More
Declaring pointer to function type, with a function name...


zig

Read More
Does Zig's HTTP client allow you to get access to the file descriptor for the socket?...


httpsocketsclientfilehandlezig

Read More
Does Zig's fifo.pump support sendfile?...


optimizationsendfilezig

Read More
Does Zig call defer after block breaks?...


zig

Read More
Why assigning u128 value to u32 type works in Zig?...


zig

Read More
libc headers not available; compilation does not link against libc...


zig

Read More
error: parameter of type '[]const u8' not allowed in function with calling convention 'C...


zig

Read More
Failed to extract the data recieved by POST...


zig

Read More
How do I escape Nonprintable Characters...


zig

Read More
Values of type must be comptime-known...


zig

Read More
Failed to stringify a struct error 'type' has no members...


zig

Read More
Expected type '*http.Client.Request', found '*const http.Client.Request'...


zig

Read More
Stuck with JSON parsing...


zig

Read More
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
BackNext