zig-help
Pass generic function body?
Why the need for .? when already checked for null
Zig being weird in neovim
New User
Calling a function when runtime data changes. Is it possible with Zig?
0.14.x
Standard Library
0.13.x
How to choose glibc version ?
Answered
Can someone please school me a little on `reader`s and `writer`s?
Standard Library
New User
Answered
Proper way to wrap C struct from a shared lib
Using Threads
Using a slice in realloc
Answered
Is there any way to make BVH_Node generic but only accept types returned by vec.Vec?
Can't embed files outside `./src`?
0.14.x
Answered
Functions that return slices confusion
Answered
Why does compileLog output from all of these branches
New User
Answered
0.13.x
`@log()` doesn't generate SIMD instructions when used on vectors
0.14.x
Compiler
Confused about something while doing ziglings
New User
Answered
`error: expansion of date or time macro is not reproducible` upon build of Stockfish w/Zig
Build System
0.14.x
New User
Strange `std.StringHashMap` panic when using `getOrPut`
Standard Library
Pointer being weird
New User
Answered
0.13.x
how do you properly join an fs.Dir with a path?
How do I specify that a variable is of type "std.zip.Iterator.Entry"?
New User
Answered
"null function or function signature mismatch" in Emscripten builds
is it possible to change the log level during `zig test`?
Answered
std/json/stringify: error: cannot load opaque type 'anyopaque'
New User
Standard Library
Answered
0.13.x
close constant dir
Answered
0.13.x
hair-splitting questions about slices vs arrays
0.14.x
New User
Answered
Can't use comptime value in switch statement?
0.14.x
Answered
zig struct function can't find other function
Answered
Build.zig: Compiling a dependency from build.zig.zon as a library
Build System
0.13.x
Undefined symbol from translate-c not translating a function body in a single header file
Build System
0.13.x
An infinite loop occurs in Debug mode, but everything works fine in Release+Any!
Zig reader.readUntilDelimiterOrEof help
New User
Answered
0.13.x
Generating an interface helper function
Answered
How to properly use the Zap ThreadPool ?
Answered
[QoL] how to add a message to unreachable
Answered
Generic fn pointer
Answered
build zig windows
0.13.x
Allocator destroy
0.14.x
New User
Answered
Just looking for code review (primarily structure)
0.14.x
Question about types generated by functions
New User
0.13.x
Transpile to C With Build System
Build System
a struct holding a slice
Question about pointers
New User
Answered
is there a `url_encode` function in stdlib?
Array concatenation works if the values are known at compile time. Need example code to understand
Inline functions?
undefined symbol when using zig build for c++ with opencv4
Answered
Can not figure out how to import the SDL zig wrapper
Answered
build error (solved)
Build System
Not seeing a triangle after reaching that with learnopengl
0.14.x
Answered
Making a module aware of another module?