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