zig-help

21196 threads · Page 339 of 424

How do I make something visible to `linkSystemLibrary`? 5 messages
Return anytype 34 messages
Printing an AST 19 messages
panic: Incorect alignment when casting to [*]const IMAGE_IMPORT_DESCRIPTOR 11 messages
Compiler 0.13.x
Comptime Switch 15 messages
std HashMap implementation question 2 messages
Standard Library Answered
Can't build when root.panic exists 8 messages
Standard Library New User 0.13.x
Question about type padding 11 messages
0.10.x
Accessing custom build options in source code 3 messages
Answered 0.13.x
rust enum to zig 5 messages
Answered
[solved] destination type '*const anyopaque' has 64 bits but source type '[]u8' has 128 bits 18 messages
Standard Library Compiler Answered
Need help with the type of a string 2 messages
Link error when building x86 windows dll on x64 3 messages
Count levels of pointer indirection in a type 19 messages
panic: Incorrect alignment 57 messages
preprocessor build step? 2 messages
0.13.x
can't link xcb dynamically without linking libc 8 messages
Compiler New User 0.13.x
How to cast to float in master 6 messages
0.13.x
How to add library to build-exe 13 messages
New User Answered
How to make a build step depend on two other steps? 3 messages
What can i do about this `usize` problem? 6 messages
Answered
std.Build.CompileStep is not fully initialized after calling b.addExecutable? 12 messages
Answered
What has replaced step.Compile.setOutputDir() ? 5 messages
How do i overload an operator in zig? 4 messages
Need help with GLFW C library on windows, unable to use null value. 3 messages
Zigling for loop with ptr capture example? 9 messages
New User Answered
ChildProcess in export function 3 messages
Standard Library
The difference b/w `struct {x}`, `struct {.x}`, and `.{.x}` 42 messages
New User Answered
Can I use `zig build-obj` on a zig file that uses a C library? 6 messages
0.10.x Compiler New User
Workaround known bug "dependency loop detected" 2 messages
Compiler
MacOS: File creation 5 messages
New User Answered
Stop ChildProcess from writing to stdout 8 messages
New User Answered
can't use RGFW in zig 17 messages
Compiler New User 0.13.x
Where can I find the discussion about why no function overloading? 116 messages
Welp, can someone help me review this impl of a RingBuffer 24 messages
Segmentation fault with []u8 parameter in function call. 51 messages
Parsing JSON at comptime 19 messages
Binding string between Zig/wasm and JavaScript 13 messages
what is proper way to change string literal value value 6 messages
Obtain Version defined in `zon` File 56 messages
Standard Library Answered 0.13.x
Self-referring Zig structs: `Undeclared identifier` error 14 messages
Compiler New User Answered
Read entire file into null-terminated slice 12 messages
Standard Library New User
ArrayList.deinit() with ArenaAllocator 6 messages
Wasm 2 messages
invalid builtin function @intFromEnum 7 messages
Answered
How can I encrypt string with sha3-512 7 messages
New User
error: libc not available 3 messages
How to return an array (of the fixed size) from a slice? 13 messages
New User
Instantiating a tagged union without switch? 2 messages
How to load a file into static memory during comptime 63 messages
New User