zig-help
Thoughts on switching on strings?
Iterating memory map problem
master
Unexpected behavior on different release modes
0.14.x
New User
Answered
Is there an easy way to initialize a tagged union (union(SomeEnum)) with a runtime-known tag?
Answered
Thread panic when trying to call cimported opengl function from a module but not from main
master
New User
Answered
Linking static c freestanding library windows
0.14.x
New User
0.13.x
Thread safe DB pool
fetching cmake projects
Answered
Infer type for struct variables
0.14.x
Code unexpectedly works?
New User
Answered
pass constants from build to module
Answered
Having a segfault in ArrayList when mutating memory in there
Answered
division with 'i32' and 'comptime_int'
New User
Answered
@memcpy arguments alias
build.zig LazyPath to installed Artifact
Answered
Leetcode test cases for zig?
Using std.sort / std.math.order?
Legitimately confused at how to pass an array of strings to a function
Answered
Read a json file
Answered
GADTs?
Answered
Call segfaults when not inlined
0.14.x
New User
Access of union field 'pointer' while 'struct' is still active
emit header file
-Dtarget= and cross compilation
Inter-thread communication
Answered
Storing a function and parameters to call later
master
Answered
No module name "x" in module test
Answered
Coercing to slices
New User
Answered
debug print fails
adding linker script to zig executable
How do I turn an ?*anyopaque into an [*c]u8?
0.14.x
Answered
zig build stuck
master
Tagged enum type erasure
Answered
How does Zig's comptime propagate?
Answered
Bitdefender acuses all executables built by zig to be Malwere
Answered
truncating ptr in comptime
Function that allocates locally only?
Answered
Comptime enum inspection
Strange "struct depends on itself" behaviour
Does zig "replace" switches with comptime values in functions?
0.14.x
Answered
How to pass A LOT of `LazyPath`s to a `Step.Run`?
Build System
master
Function subtyping?
Answered
Is there a way to catch asserts?
Help with Seg fault
Answered
@import("../<file>.zig")
Build System
0.14.x
Answered
`zig build --watch` doesnt do anything when file is saved (using vscode)
Answered
C Program port to Zig and output differs, how to debug it?
std.process.Child for Linux libs that don't link libc
Answered
@embedFile and package paths
Unexpected Value Mutation?
New User