zig-help
will Software You Can Love (Zig Conference) be live-streamed?
how do I use raymath.h and avoid duplicate struct definitions with cImport?
Fixing ppc64le
New User
Difficulty understanding array types in Zig
Does usingnamespace expose struct fields?
unpack contents of large arrays into anonymous struct
c interopt
repeating arrays runtime value
New User
Cannot load runtime value in comptime block
Thread sanitizer problems
Standard Library
Compiler
import multiple definitions into global namespace
json with custom serializer on stdlib struct
Standard Library
how to make input case insensitive?
Standard Library
How to use runtime created error messages with messageBoxA
mem.copy with desired position to start
readStruct usage
Why functions are not expressions?
Answered
error use of undeclared identifier 'port'
Parameter of type 'blah' must be declared comptime
First function, but how to call it?
How would you represent rotation matrix in zig?
New User
How create a Pkg that includes another Pkg?
self anytype methods
Compiler
File mode
Capturing optional tuple value
New User
Passing array of strings to C
No effect when using setEvalBranchQuota
Standard Library
Compiler
Why is --prominent-compile-errors not on by default for `zig build`?
Does Zig know when % and truncate() give the same result?
How can I solve “cannot pass '?[]const u8' to variadic function”?
what's the syntax for the zig parser called (which PEG standard, .y file extension)?
Compiler crashes and other wierd issues with packed struct(T)
Is returning structure equal to copying it?
struct with an array field that is assigned to after the struct has been created
using `catch` when opening a resource that will be freed with `defer`
Is there a simple http server in zig?
Switch branch syntax with optional
New User
HashMap is altering the input type?
Standard Library
Append to beginning of file
Is it possible to obtain address to certain byte of number?
cannot store runtime value in type 'comptime_int'
Know build mode in source code
Can't use std.fs.watch on M1 Mac
Standard Library
null terminated string and static arrays
GPA falsely detecting memory leaks with arenas?
Need help debugging a segfault in my argument parser
build options for a package
parameter must be declared comptime
roll bytes using inline assembly
Converting zig ast into a connected tree or graph
Compiler