zig-help
Exporting a .dll to run in a DAW
New User
Answered
Convert a Zig 2D array to [*c][*c]
Answered
Figuring type of things
New User
Standard Library
Answered
0.13.x
What return types are permissible for main?
Answered
Specify the order fields of a struct are packed?
Is it possible to pass "set" like data structure comptime?
ZLS vs for loop
Workaround for not being able to do packed union(enum)?
Answered
How to get type of struct field without instance of struct
Zig Console Input
How is using anytype not function overloading?
Has anyone created a way of building something into an .app for releasing on macOS?
Cross compiling program with dynamically linked dependency from musl to glibc
bootstrap compilation docgen run failure
Compiler
0.13.x
Call default `format()` with custom impl
Build system: install just one binary
For loop not compiling? Basic syntax
0.13.x
c-compilations flags in a build.zig file (using addCSourceFile)
Iterating over rows of matrix/table stored as a 1D slice in for loop
Answered
Running tests from modules
New User
Answered
0.13.x
Weird issue with floats (new to zig)
0.10.x
New User
Sane way to parse socket stream to ChildProcess.exec() args?
New User
Standard Library
Answered
0.13.x
How To Return ArrayList Items from a function
0.10.x
New User
Answered
Cairo - Zig buffer free
Parsing JSON with dynamic field name?
Answered
run artifacts and custom steps broken
Compiler
0.13.x
anonymous list literal syntax
Type @Vector does not support field access in for loop
Answered
0.13.x
Type from [] const u8
Answered
error: @bitCast size mismatch from [*c]const u8 to [:0]const u8
New User
Answered
Is there any general way to figure out how code would behave on a particular target architure?
Answered
Can't write returned value to file with deferred deallocation
New User
Answered
what to do when Allocator.resize() returns false
Answered
zig exercise 16 for2
package manager cli interface
Answered
retry until no error, catch continue?
New User
Get SouceLocation of caller
How does this still work?
Answered
for loops and the zig formater are fighting with each other
Answered
Convert [*:0]u8 to []const u8
Answered
How to distinguish missing default from default = null?
0.13.x
Is that possible to define struct fields based on 'build_options'?
New User
Answered
Capturing the return of idiomatic zig iterators, what's the best way to recursively advance?
Standard Library
Answered
How to prevent useless save/restore of a callee save?
0.13.x
Iterating over ArrayList
mulitple executibles with single build.zig (structs with optional fields)
Answered
allocated array/slice to c function
Answered
Labelling fields of an @Vector
Size of optional integers
Answered
getting env vars failing