zig-help

21196 threads · Page 423 of 424

Decl not found. Why? 60 messages
How to add `struct` declarations at compile-time 25 messages
New User
Is it possible to specify the alignment of the ptr returned from embedFile? 9 messages
Debugging applications on -O ReleaseSafe 17 messages
Comptime generated arrays? 25 messages
stage1 vs no-stage1 error message 9 messages
Compiler New User
How to tell WHY zig insists a struct must be comptime? 22 messages
runtime flow with enum 58 messages
Does Valgrind not work generally or is this a me problem? 8 messages
-fno-builtin for zig 5 messages
how to get a pointer to the last item of an arraylist 14 messages
how to get tag name of enum by the value? 13 messages
Building master branch on M1 LLVM 15 issue 232 messages
Compiler
How to get cli args? 4 messages
Standard Library
LibExeObjStep don't keep included dir when linked as library? 19 messages
Compiler
What is the --watch feature? 46 messages
Compiler
Download specific Zig dev version 8 messages
error the following build command failed with exit code 11 4 messages
Use pkg-config to include headers? 3 messages
New User
How to access assets outside of src path 12 messages
Writing i32s to byte array - idiomatic zig? 82 messages
Pretty code 47 messages
Development environment recommendations 74 messages
New User
DLL not found error 22 messages
converting C signature to zig structs 73 messages
Compilation errors when including header files from Microsoft 8 messages
Polymorphism over const-pointer-or-value 27 messages
New User
nested while 12 messages
How to switch between 2 generic functions at runtime 25 messages
Standard Library New User
Openxr C import failed 13 messages
Zig build wasm 3 messages
Check if alignment is explicitly specified 85 messages
Compiler Standard Library
Permissive TUI library 10 messages
Invoke C function from Zig 99 messages
New User
Zig - Failed to translate 11 messages
New User
stdlib strstr equivalent? 2 messages
Standard Library
Code review - Idiomatic zig way to overload functions? 21 messages
How to cast tagged union to extern union 6 messages
Question about `std.fs.cwd()` 107 messages
Best size & type for Vector 6 messages
cross-platform way to remove write access to a `std.fs.Dir` 2 messages
Problems building master with zig-bootstrap 25 messages
Reading and Writing unicode 86 messages
Is there anything that generates x86's `pause` instruction? 8 messages
Dirname comptime 11 messages
Threads and Async 8 messages
error expected type '[]type', found '[9]type' error 9 messages
New User Compiler
Pattern to free arrayList.toOwnedSlice 131 messages
Standard Library New User
Reading an i64 from `anyopaque*` 20 messages
Zig expected type error when using comptime 2 messages
New User