zig-help
How to read big files by chunk?
0.14.x
Standard Library
how do i initialize a multi dimension array ([64][256]u8) in a struct
Using an external build of LLVM with Zig
Build System
Answered
unable to set variable in array from thread
0.14.x
New User
Answered
I'm getting a lot of memory leaks and I don't know how to fix it
Why does @enumFromInt panic here?
Answered
Why does this throw OOM exception?
Answered
How to link libc targeting aarch64-linux-android?
linker finds duplicates?
Answered
x86 Backend on Test Builds
Since async was removed, is there an alternative to writing state machines manually?
0.14.x
New User
Answered
Why can't i modify a global anonymous struct?
Answered
build.zig: run external compiler on all files with a certain extension in your src folder
Is it ok to not use LLD for release builds?
Answered
testing for command line definitions
Function expected type [*c]const [*c]const
New User
zig-gamedev/zglfw can't cross-compile on Linux
Requiring mutable variable for `const` field in type
Answered
"vulkan-zig" module doesn't exist in vulkan-zig.
New User
Failed to compile default project to C
Is there api or code to get new zon's fingerprint?
Module object file dependencies
Build System
0.14.x
Answered
`zig fetch` fails on specific file
How do I use bigint in Zig?
Standard Library
How to get a pointer to a function of a struct by name
0.14.x
New User
Answered
ziglings 98: bit manipulation 2
Answered
Set build flags in build.zig
Build System
0.14.x
How to get install path relative to build root?
Build System
0.14.x
Answered
Why would this code be unreachable?
New User
0.13.x
novice, dont understand why this wont compile
Standard Library
New User
0.12.x
Looking for ideas on function tagging/attributes
0.14.x
Concise way to cast a fixed range of array items to slice
Answered
slow compilation on Intel Raptor 2p+8e
[solved] How to pass *ArrayListUnmanaged to std when I have *ArrayList
0.14.x
Standard Library
Answered
compiling raylib game after updating to 0.14.0 feels weird
Answered
How to make this function generic
os.tag ABI requirement on 0.14.0
0.14.x
Standard Library
How do me pass macros to build.zig in 0.14?
Build System
0.14.x
New User
Answered
Why is my binary so big?
Build System
0.13.x
Is there a better pattern than this to be generic over volatile pointers to @This()?
Answered
Ho do I check if `anytype` is an `ArrayListUnmanaged(?)`?
Answered
Type returned by @typeInfo seems to simultaneously be of type `type`
Answered
cant convert ptr to int at comptime in zig but can in c
error: expected type '*root.Future(i32)', found '*const root.Future(i32)'
how do i use the new x86 backend instead of llvm?
0.14.x
Compiler
New User
Answered
Unable to translate c macro
0.14.x
Answered
Fill switch statement using comptime for loop
Answered
labeled switch: expected pointer found type 0.14.0
Get name of volume (windows at least)
Standard Library
Is there any overhead to repeatedly calling a comptime function with the same arguments?