zig-help

21196 threads · Page 85 of 424

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