zig-help
Question about iterators
Answered
error: cast increases pointer alignment
Answered
Idiomatic way to append string?
Answered
error: unrecognized parameter: '-fno-red-zone' when trying to build an executable with build.zig
Packed arrays?
Answered
How to compare []u8 to string literal?
Answered
How do I make this work? Appending elements to a three dimensional slice with `++`
Link C Dynamic Library in build.zig and Override C Symbols in Zig
youtube zig tutorial
Type Coercion Issue; Is this a compiler bug?
Doc comment typesetting?
Answered
Building compiler on windows error
Global c define?
Answered
anyway to coerce ``@src()`` to a string literal?
zig update 0.10.0 to 0.11.x dev on windows
How would you access the type of a tag at runtime?
Answered
when zig get 1.0
mongodb in zig
wasi _start function getting unreachable
[solved] MachO Flush... warning(link): library not found for '-lglfw'
how to read huge .gz (gzip) file
json with dynamic field names
packed struct initialization with []u8 memory area
set type for specify a second capture value in "for" loop
Answered
How do I write an int to file?
Error with @as: expected type 'f32', found 'usize' in a for loop
New User
Answered
Shorthand create and assign
Answered
Adding fields to struct at compile time
Answered
How to call a batch file from zig build file
Using C++ sources with Zig?
Answered
Working example of bgfx with zig?
Does ZLS provide completion for function pointers and zeroInit?
Answered
How do I print unicode?
wasi can't access env vars
Why is v undeclared in this array of functions?
Creating Zig bindings for C WINAPI library - LLD Link... error(link): DLL import library
zig allocprint in build.zig cause error{OutOfMemory}
New User
std.fs.cwd().openIterableDir()
zig-bootstrap: Is there a way to compile a newer version of zig-bootstrap with the latest release?
Compiler
Answered
Why is const qualifier dropped in this case?
Answered
Union and array of an unknown size / Howto?
New User
Answered
Wasm-freestanding with bulk-memory and atomics
Standard Library
Compiler
Answered
Can't default init a struct?
Answered
How does the dot operator actually work?
Answered
promote comptime enum value to enum literal
Answered
comptime string hashmap
test exe @import("root") | root struct of file 'test_runner' has no member named ...
Compiler
Answered
UEFI wasm
Define type of struct field at compile time?
Tips for code generation build step