zig-help

21196 threads · Page 291 of 424

plot libraries 2 messages
How to build DLL before Exe? 8 messages
0.13.x
how to mimic green threads 2 messages
Zig build: how to set output path to a only one executable 9 messages
Answered 0.13.x
Better way to check union member type 2 messages
switch(pointer) 3 messages
Answered
Stack overflow protection 3 messages
0.11.x New User Answered
Listen on input 78 messages
linker issues when trying to compile c++ file for imgui.h and sokol 10 messages
Runtime length array 8 messages
New User Answered
SIMD lexing problem 21 messages
error: operator == not allowed for type [error!foo] 18 messages
New User Answered
Why can't functions passed to Thread.Pool.spawn throw errors? 20 messages
Standard Library Compiler Answered
`helper.zig` compiled for C has no member named "main" 14 messages
Answered 0.13.x
Testing all my Zig files? 3 messages
Answered
std.mem.tokenizeAny ignores remaining u8 in buffer 24 messages
Standard Library 0.11.x
Error: Cannot assign to constant. 4 messages
New User Answered 0.13.x
Cannot parse symbol names with parser-toolkit 80 messages
create struct field based on comptime input 2 messages
Stack failure 45 messages
how add .lib file to my build ? 44 messages
Why can't I use capture syntax with while () : ()? 18 messages
`math.sin()` on a `i32`? 4 messages
Best option for a simple TCP server? 8 messages
New User
ZLS in vim. Quickfix buffer opens on error 8 messages
Linking Vulkan on Windows 2 messages
Answered 0.13.x
Implementing custom JSON decoder 9 messages
How to make a 2D ArrayList 9 messages
Answered
Is this a thing? (if-else-if-else-expression) 8 messages
Cross compiling hello-world 9 messages
Answered
Simple usage of `std.StringArrayHashMap` is not working 7 messages
Can I import a set of functions from a struct/module into the global namespace? 8 messages
Answered
is there any reader that caches into an arraylist as you read from it? 33 messages
How to declare an array with indices? 21 messages
0.11.x New User Answered
VSC Zig extension: turn off linting 42 messages
Can I create a string (like "day1()") and call it as a fn? 12 messages
Stack allocations in async/non-async function calls 8 messages
Deflate re-implementation Issue. 8 messages
Standard Library New User 0.13.x
Unable to infer array size 3 messages
Answered
Is it possible to ignore the const/var errors? 4 messages
Fast Dot product 11 messages
how run taichi with zig ? 77 messages
How to import a package with zon? 5 messages
how can I get the type of an extern function without have the referenced lib? 6 messages
Specify a parameter with only one possible value? 4 messages
I want to write a "watch folder" cli tool in zig 12 messages
Unit testing stateful structs (new to Zig, probably a bad idea!) 20 messages
New User
Are optional non-pointer types reified in Zig? 8 messages
New User Answered
Errors as payloads 6 messages
Casting a pointer from `*void` to `*u32` 55 messages
New User