zig-help
is it possible to --watch for non zig file changes?
how to not use allocator here?
Answered
0.13.x
How do you include a C library in a Zig project?
Build System
New User
0.12.x
@offsetOf for certain element in array field
Answered
Basic Example of function Declaration fails
New User
Answered
0.12.x
What is alignment and what's it's importance I haven't used alignments in c
error: unable to find zig installation directory : CurrentWorkingDirectoryUnlinked
New User
Answered
looking for rsa/ec signing and verification examples
How to create an interface ?
Is it possible for a function to receive different number of comptime type parameters?
Answered
How to find an executable in the path?
Why do we need alignCast and ptrCast and what does this below segment indicate?
easy way to convert numbers to a string
value with comptime-only type 'comptime_int' depends on runtime control flow
New User
What if I use comptime in the parameters of function
Idiomatic way to check if addition would overflow?
No support for linux in heap.zig in zig std lib
Why printing to terminal behaves like that?
Why my append is not working
Why iam getting error expected 2 arguments?
refAllDecls or add each file to build.zig?
New User
Can't match enum field against… enum field?!
Answered
Performing Arithmetic on Vector Structs
New User
Answered
Generic constructor issues
0.13.x
Bare Metal x64 Zig Code
Answered
CPP header file interpreted as C header
Answered
Making a hashmap with slices
Standard Library
0.13.x
nanovg-zig error
Initialize instance of generic zero sized type
convert comptime_int to string
Answered
std.fmt.parseFloat() fails
Answered
Is there a good way to convert an error to optional
Answered
Fixing refAllDeclsRecursive with a BoundedArray
Standard Library
0.13.x
trouble compiling zig on freebsd 14.1 ... unable to find -lzstd
Answered
Downshifting all bits out
Answered
Intermittent thread pool / waitGroup behavior
Answered
0.13.x
How to set fields of struct to generic type?
How to make window resizable in zig raylib?
Answered
Do we have closures in zig just like rust?
Answered
How to print integers as bits?
General convention for aliasing namespace types
0.13.x
error: access of union field 'Pointer' while field 'Struct' is active
0.13.x
Zig network
How addLibraryPath actually work?
Struct has tuple fields when it doesnt
Zig raylib nixos doesn't build
0.14.x
New User
Answered
0.13.x
incompatible types error message
Comparing instances of enums
grokking how values pass through `catch`
Error handling in a switch statement