zig-help

21196 threads · Page 51 of 424

How to import deps in build.zig 5 messages
Answered
confusion about ArrayList.toOwnedSlice 7 messages
What is the proper way to do this without spamming the compiler maintainers too much? 11 messages
Standard Library Compiler
struct 'zig.c_translation' has no member named 'Macros' 7 messages
master
Dependency Loop 17 messages
Answered
build lib 4 messages
Answered
Custom linker args 9 messages
Answered
How to get the Windows Handle Instance in Zig. 23 messages
Way to find unused functions? 4 messages
zig io update 8 messages
Beginner: Is there a way to make this more "Zig-like" ? 17 messages
master New User Answered
Writer error on Compression? 2 messages
Answered
Trying to fix old code - std.mem.set to std.mem.zeroes 114 messages
Answered
How to simply define buffer with values for tests? 13 messages
child process result in stdout/std error 5 messages
Standard Library New User Answered
Is there a way to update all the dependencies with zig fetch? 2 messages
Question about const pointer to int and C calls 3 messages
Answered
zig targets | jq Invalid numeric literal 7 messages
C va_args don't seem to work well in zig 5 messages
master
(zigglgen) seg fault unless I bind the proc threads every frame 25 messages
Answered
is there a way to have packed struct contain arrays? 5 messages
Switch on error SET 17 messages
free []u8 with align 8 10 messages
Answered
Printing C enums 5 messages
Answered
U21, it is 21 bits of memory? 24, or 32? 9 messages
how to make a `std.Io.Writer.Allocating` 16 messages
Answered
Android Arm Backtrace 8 messages
Answered
Return file-level struct with default values within file 11 messages
New User Answered
How to make a map that can store any values for dependency injection? 7 messages
Packaging a Custom Test Runner 9 messages
Build System
cImport fails on ReleaseSafe but not Debug or ReleaseFast? 9 messages
Construct tagged union from runtime known tag and payload (bare union) 8 messages
Answered
C module with TranslateC and libc file 3 messages
Answered
Panic about incorrect alignment that mysteriously goes away if I add an assertion 27 messages
0.14.x Answered
How to use new json.Stringify 8 messages
Standard Library master New User
net.Stream.Writer writes data which doesn't appear on the client side 5 messages
Answered
How to parse a zon file? (Runtime) 18 messages
Answered
Moving script artifacts to library output folder 7 messages
Build System New User Answered
Android Studio + Zig is possible? 10 messages
Answered
Immovable data structures 57 messages
Standard Library Answered
Delayed removal. 3 messages
master Answered
Different behavior when I run "zig build run" and './zig-out/bin/myapp' 22 messages
Answered
Using Zig Build system to build a C Project and then use it within another zig project 5 messages
Build System New User
Why does the for loop only capture usize? 9 messages
Answered
type mismatch in `json.parseFromSliceLeaky` function 5 messages
Standard Library master Answered
How do I add a dependency to my tests? 13 messages
Empty zig file gets errors from std 29 messages
Build System Standard Library master Compiler
c string list to zig string list 5 messages
master Answered
Can't setupt IDT custom OS 9 messages
Answered
Any resources on how to write idiomatic Zig code and good Zig practices? 8 messages
New User