zig-help
Wierd Error while creating a struct type comptime dereference requires 'str'a well-defined layout
How to add intra-doc links
Answered
Compile a zig file into SpirV, and embed the output into the project?
0.16.x
Answered
Best way to supply ordered values to all consumers of the queue
0.16.x
Standard Library
Answered
Why does this compile?
Answered
code/project to detect unnecessary casts and function calls?
0.16.x
Answered
Correct pattern to free a slice
New User
error: local variable requires a valid scope
Answered
chaining writers
Answered
std.Io.net.Stream.writer Help
0.16.x
Standard Library
New User
Answered
Ziglings 075 "super bonus exercise"
Answered
Ensuring a struct is exactly the size of its member
0.16.x
Answered
Custom "file generation" build step
0.16.x
Build System
Answered
Comptime struct defualt only when the param is void
Answered
Is it possible to get the cwd realPath in 0.16's juicy main?
Answered
ZLS doesn't solve comptime returns type
Answered
are defer statements run when returning an error
New User
Run steps in parallel
0.16.x
Build System
New User
Answered
Linker error with c library
0.16.x
Build System
Compiler
Answered
ZLS array formatting
0.16.x
New User
Answered
zig libc working is not working on Arch Linux
Answered
Does stackFallback handle the stack-to-heap transition automatically?
0.16.x
New User
Best way to cast struct pointer into *anyopaque?
0.16.x
New User
Answered
Ziggy alternative to field / function annotations in other languages.
In Zig AST, what considered to be `extra_data`
Answered
005_arrays2 in ziglings
Answered
How print big number 🪨
SPIR-V support
Compiling a version of zig which uses compiler-rt implementation of libc functions
Compiler
In master, how do you achieve the same as I could in in 0.16 @cImport?
`std.process.Args.IteratorGeneral`
0.16.x
Standard Library
Managing large multi module projects
Build System
master
confusion on "**" can't pass build
Answered
questions about anytype
Zig cc with /delayload
Allocator default value
Answered
C import failed
New User
typeName without the namespace
0.16.x
Standard Library
Compiler
New User
Compiling Zig without LLVM
Timing how long something takes
Answered
Io.Future nonblocking check if finished?
Answered
Translatec: C union of structs stored as zig variables having garbage values at runtime.(non web)
How to reinterpret slice of structs as slice of bytes
Best way to copy content from two arrays into one array
0.16.x
New User
Answered
UB question
Answered
Sending to C a dynamic List of structs that contain dynamic lists of T
Standard Library
Is it ever a good idea to store my `std.Io` in a "manager" class?
0.16.x
Storing a comptime value in a struct?
Answered
Reading numbers from text files
Standard Library
master
How do you understand the function of `stream` in `Reader`?