Search code examples
Is it possible to determine if a string is literal or if it has to be freed?...

memorystring-literalszig

Read More
Are `std.debug.print()` calls removed in `ReleaseSafe` and `ReleaseFast` compilation modes?...

compiler-optimizationzig

Read More
Can I sprintf to an ArrayList in Zig?...

arraylistmemory-managementformatzig

Read More
Why am I getting an error when trying to allocate a perfectly fine ArrayList in Zig?...

heap-memoryzig

Read More
Am I supposed to free unused slice spaces in Zig?...

memory-managementmemory-leakszig

Read More
How do I run tests in `ReleaseFast` mode in Zig?...

testingcompilationzig

Read More
import zig package from another zig package...

zig

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