zig-help
Tracing help
Error is ignored
Dynamic CallModifier for increased performance
Answered
Print zig build-exe command
Try error block?
Answered
const or not const for an array passed into std.os stuff
Using inline assembly in Zig
New User
Answered
0.13.x
UTF-8 string related
error: incompatible type: 'usize' and 'void'
0.11.x
Do the same thing build.zig.zon does but manually
Answered
Is there some up-to-date HTTP get example that works with 0.12.0-dev.1845+21ae64852?
Standard Library
New User
how to store user input into a ArrayList?
Standard Library
New User
Answered
anything analogous to class variables in zig?
I'm not sure how to import the zig-gamedev libraries like zglfw or zopengl
Idiomatic way to interact with windows apis?
New User
Reading the user input
Importing zig from parent directory not working
0.11.x
New User
Getting a file from a dependency
Print doesn't write the correct output!
Create member fields based on a const array at comptime
New User
Answered
How to cross-compile a project using SDL2 from Linux to Windows?
Correct zig binding for c function typedef?
Does []const u8 copy the string in functions?
New User
Answered
How to get emit-h working.
Compiler
0.11.x
New User
std.mem.count()
Print a string stored on an array where the index is runtime.
New User
Casting ergonomics
How do I align an `@embedFile`?
Answered
Ziglings not working
New User
type '[*c]const u8' does not support field access
Error: unable to evaluate comptime expression
New User
stdlib Allocator panic
How do i use multiple src files
New User
How to use memcpy to copy a sentinel terminated slice.
0.11.x
New User
what am i missing here ?
New User
Inline switch between inline functions
Freeing Memory from FFI Calls
"Injecting" struct fields into others + architecture question
New User
Answered
Large packed structs
Answered
Succinct initialisation of sparse comptime array (help)
How do I enable `std.log.debug` during `zig test`?
help with WASM in general
random number generation in wasm
Panicked during a panic
Answered
Is there any way to turn a [*]T and a int length into []T
How can i get root folder path?
How to turn `*anyopaque` to slice?
Answered
what is the issue with this module ?
New User
Printing Numbers
How do I format a int to binary with padding