zig-help
zig fetch/build with C library (bdwgc)
Build System
0.14.x
Answered
cimport value is comptime-only?
Answered
bare metal alignment errors
0.14.x
Compiler
New User
Answered
How to get the mutable pointer when de-referencing an optional?
Answered
Alignment when generating struct thru @Type()
0.14.x
Answered
Zig naming style when using Windows API
Answered
How do I allow unused variables for dev'ing
Answered
Better way to do type conversion
Answered
How do I prevent SIGINT from closing my program?
Answered
windres error: invalid option: -o
Compiler
Answered
Termios, std.c and std.posix confusion
0.14.x
New User
0.13.x
Standard Library
Answered
any way to use Arduino library in micro zig
Should allocators panic on android?
Reading file into arraylist
master
New User
Answered
Verify files inside a temporary directory
0.14.x
New User
error: comment contains invalid byte: '\t'
Compilation fails in ZigProcessUpdate()
0.14.x
Compiler
New User
Build System
Answered
zls autocompletion with builtin.os.tag-based imports
0.14.x
Answered
Panic inside sort
ZLS build on save randomly stopped working
Is it possible to make this one `switch`
build: how to prevent afl.addInstrumentedExe() from running on `zig build`?
Does the placement of @import matter?
0.14.x
New User
Need mutable map for deinit, but told it's const
Answered
VSCode Setup Help: Field completion on dot?
struct with field of *MemoryPool(struct)
How do I include a C header file for libxml2?
Build System
Why sizeOf(union + tag) != sizeOf(tagged union)?
0.14.x
Answered
weird zqlite error when dealing with strings
Answered
Utf8 back and forth to code point slices
Recommended strategy for non-Zig dependencies
Build System
0.14.x
New User
Can't switch on type `?`
how can access fingerprint in build.zig.zon? through build.zig
how can i start a step?
Answered
Unable to execute method within iterator's while loop using AutoHashMap
Parsing JSON stream with `parseFromTokenSource`
0.14.x
Standard Library
Answered
help with understanding what this code does
New User
Answered
How do we access system environment variables in Zig 0.14.X?
Answered
Is there a temporary scope only stack allocator?
Zig Allocators as a C library
0.14.x
Standard Library
master
[solved] Does Aliasing this type lose type information?
0.14.x
Standard Library
master
Answered
Multiple variants with the same value in the single enumeration.
0.14.x
Compiler
Answered
How to add nasm files to build.zig?
Build System
I feel like I'm not using ptrs the right way :D
master
New User
How to have a list that has two keys?
0.14.x
New User
Recursive indentation
master
Answered
error while building in zig
Build System
Compiler
New User
How do determine if variable X is unsigned.
Answered
Newbe: How to add a Rust dynlib *.so to build.zig?
Can you write a user-level function whose return value behaves like @field()'s return value?
New User