zig-help
build.zig addSystemCommand rebuild only if src files changed
Zig error when upgrading to master
Answered
Idiomatic syntax for lots of floatFromInt
image manipulation?
weird sdl issue with arraylist of pixels
Using QEMU with zig cc
Bitwise type issues
Answered
Segfault when working with C
Answered
Help with Zig Package manager
New User
0.13.x
Allocator out of memory in when allocating comptime T in test
Standard Library
New User
Answered
How to iterate over HashMap?
Answered
How to declare an array of tuple ?
Stdout writer global var
Answered
What is the proper way of passing an Allocator
Is it possible to return a struct as an error?
Is there currently a way/workaround to XOR a vector of floats?
relative path resolution
SetOutputDir for object files zig 0.11.0 replacement?
Answered
Is this error message right?
Answered
Is there a stdlib function to convert a byte slice to an `io.Reader` instance?
New User
How to use std.os.execvpeZ
Answered
what are all these fmt errol symbols?
Is it possible to import functions from a C dynamic library (a .dll file) ?
New User
0.13.x
Returning a shorter slice than needed from function
Answered
Panic Override Failing
Answered
How to wait for ThreadPool
discord zig code highlight
array literal requires address-of operator (&) to coerce to slice error
Answered
recover type and alignment from ArrayList(T)
Standard Library
Answered
0.13.x
getting the path to the zig c stdlib headers from build.zig
Answered
Is this the "standard" way of allocating a structure?
Importing C header file - error: ld.lld: undefined symbol
New User
Answered
What really happens when there's a segmentation fault at some address when dealing with optionals
How do I initialize an empty slice of pointers? (error)
Derive types from AST
return ... catch ... continue syntax
how to add zig fmt in zig build?
zig build test hangs while zig test src/main.zig completes in seconds
How can i parse a []u8 buf to slices
Assign @Vector to slice
Slice of known maximum length to array for iteration
Get amount of rows and columns in console.
My string parameter suddenly goes undefined after a line in my function
@memcpy between two [*c]u8 with a length
Answered
cannot memset constant pointer: @memset(&this.data, 0);
Package manager: How to communicate CrossTarget (and SysRoot) to dependencies?
"crosses namespace boundary" error?
Casting [n]u8 to []u8
Passing options to clang
Return error when accessing array out of bounds