zig-help

21196 threads · Page 33 of 424

How to get the length of a sentinel terminated array? 2 messages
master New User
How to copy all the bytes from an `[:0]const u8` to a `[_:0]u8`? 17 messages
master New User Answered
What is the type of "string" when called in a function like sayHello("Hello") 22 messages
Statically compiling raylib 146 messages
New User
How to pass the variadic parameters? 10 messages
Answered
How ArrayHashMap index works? 6 messages
How to link apple frameworks in zig? 5 messages
Runtime value contains reference to comptime var 12 messages
Segfault when linking libc on kindle 2 messages
Build System Answered
Formatting a "generic" type I don't own 15 messages
New User
How to capture and print stack trace? 7 messages
Code review (Zig 0.15.2) ~100 lines, mini test project, new to Zig. 4 messages
Standard Library
Help with annonymous functions (lambda) 5 messages
New User
question about mutabilty 5 messages
New User
When should I rebuild webserver poll? 37 messages
Understanding example code from the website 11 messages
Standard Library New User
Why isn't this undefined check working? 17 messages
Answered
How to build a complex C project with Makefiles generated from Autotools? 2 messages
Build System
Memeory leaks + general game engine code review request 18 messages
New User
@memcpy is slower when copying 1024 u32s vs 4096 u8s 3 messages
Answered
how to read files in zig? i'm using zig 0.16 and std.fs.cwd() does not exist apparently. 5 messages
Standard Library New User
How to create a c-style char buffer in Zig 7 messages
master New User Answered
Why is it not printing? 18 messages
writer issues 2 messages
Standard Library New User Answered
Inline function not 100% inline? 11 messages
fn ptr with state 6 messages
Answered
Release Builds Slower than Debug by a lot. 8 messages
Please explain me this error 12 messages
master Compiler Answered
Should you put fields at the top or the file or at the bottom? 2 messages
Answered
Different optimize mode for dependency does not work 11 messages
Build System
Question about GPA Vtable creation 7 messages
Standard Library Answered
0.16 allocator .deinit(); All non-void values must be used 9 messages
Answered
Are pointers obtained by StringHashMap's .valueIterator stable after the map is modified? (0.16.0) 11 messages
Standard Library master Answered
HashMap contains, but does contain? [solved] 9 messages
Standard Library master
Zig scanf 7 messages
Answered
How to write String -> String hashmap to a json file? 11 messages
Answered
ArenaAllocator question — whats actually happening with free? 12 messages
Answered
file writer 0.15.2 5 messages
Answered
crash in shared object no unwind info 2 messages
std.io.Writer print versus write performance 5 messages
Answered
How could I get GLM in Zig 40 messages
master Answered
Do I need to call .join() on a Thread that wasn't passed an allocator 2 messages
first-class function closure? 9 messages
Flaky tests in PR to Zig? 13 messages
OpenGL 4.5 won't load proctable 5 messages
master New User
zig fmt behaviour - is it bug ? 4 messages
how to iterate constants in zig struct? 6 messages
Answered
How to use Zig "better" (with less temporary variabless)? 38 messages
master
Best place to start learning Zig? 8 messages
New User
pass struct "member" function as pointer 4 messages
Answered