zig-help

21196 threads · Page 419 of 424

will Software You Can Love (Zig Conference) be live-streamed? 10 messages
how do I use raymath.h and avoid duplicate struct definitions with cImport? 13 messages
Fixing ppc64le 139 messages
New User
Difficulty understanding array types in Zig 1005 messages
Does usingnamespace expose struct fields? 12 messages
unpack contents of large arrays into anonymous struct 58 messages
c interopt 110 messages
repeating arrays runtime value 8 messages
New User
Cannot load runtime value in comptime block 29 messages
Thread sanitizer problems 8 messages
Standard Library Compiler
import multiple definitions into global namespace 30 messages
json with custom serializer on stdlib struct 20 messages
Standard Library
how to make input case insensitive? 21 messages
Standard Library
How to use runtime created error messages with messageBoxA 49 messages
mem.copy with desired position to start 2 messages
readStruct usage 83 messages
Why functions are not expressions? 14 messages
Answered
error use of undeclared identifier 'port' 25 messages
Parameter of type 'blah' must be declared comptime 6 messages
First function, but how to call it? 169 messages
How would you represent rotation matrix in zig? 11 messages
New User
How create a Pkg that includes another Pkg? 60 messages
self anytype methods 18 messages
Compiler
File mode 98 messages
Capturing optional tuple value 7 messages
New User
Passing array of strings to C 20 messages
No effect when using setEvalBranchQuota 60 messages
Standard Library Compiler
Why is --prominent-compile-errors not on by default for `zig build`? 10 messages
Does Zig know when % and truncate() give the same result? 5 messages
How can I solve “cannot pass '?[]const u8' to variadic function”? 35 messages
what's the syntax for the zig parser called (which PEG standard, .y file extension)? 7 messages
Compiler crashes and other wierd issues with packed struct(T) 34 messages
Is returning structure equal to copying it? 30 messages
struct with an array field that is assigned to after the struct has been created 34 messages
using `catch` when opening a resource that will be freed with `defer` 29 messages
Is there a simple http server in zig? 18 messages
Switch branch syntax with optional 15 messages
New User
HashMap is altering the input type? 9 messages
Standard Library
Append to beginning of file 2 messages
Is it possible to obtain address to certain byte of number? 20 messages
cannot store runtime value in type 'comptime_int' 2 messages
Know build mode in source code 2 messages
Can't use std.fs.watch on M1 Mac 7 messages
Standard Library
null terminated string and static arrays 26 messages
GPA falsely detecting memory leaks with arenas? 14 messages
Need help debugging a segfault in my argument parser 7 messages
build options for a package 6 messages
parameter must be declared comptime 13 messages
roll bytes using inline assembly 16 messages
Converting zig ast into a connected tree or graph 3 messages
Compiler