zig-help
Call zig function from c++ - linker issues
How to create streaming html parser like cloudflare's html_rewriter?
cast anyopaque pointer to int pointer
Not sure what this compiler error means
New User
Create struct based on another struct with same members and methods and add new additional methods
is it possible to get the untagged backing type of a tagged union?
Resolving dependencies during `zig test`
`std.io.poll` bug or feature?
How do I call a function that accepts a non-const pointer?
Am I stupid or is this a bug?
zig build for c++ - unit tests?
New User
0.13.x
Compile c++ hello world with build.zig
Answered
Running out of memory out of a FixedBufferAllocator?
Answered
Confused about a twitter example
code review - simple HTTP server
Getting a directory under zig-cache
Standard Library
Answered
0.13.x
Print dynamically padded binary number
How to forward nested struct functions to parent struct?
zls seemingly not starting with VSCode anymore
cannot install package
Casting pointers between struct and field
error: root struct of file 'std' has no member named 'posix'
'builtin' has no member named 'test_functions'
Answered
Can I switch on an enum by specifying a reference to an "enum set" ?
Allocating reader
Answered
mem leak help
Panic on release builds in ChildProcess collectOutput
is there a GUI library that just works
Compiling cmake subprojects?
@ptrCast and is the compiler trustworthy enough with pointer coercion?
Compiler
New User
0.13.x
OS DEV: Unable to evaluate comptime Expression
Compiler
Help grandpa please
New User
How does Zig analyze test functions when doing `zig test`?
Answered
Map dynamic value to enum in call to inline function
Expected type `builtin.CallOptions` when trying to use `@call` builtin with `.auto`
Address Sanitizer in Zig
New User
std.zig.Ast.Node.FnProto.return_type
Is this a good way to turn []f32 to []u8?
Answered
Can't setup raylib in zig
cannot access parent directories: No such file or directory
Compiler
0.11.x
New User
Type-level tuple-slicing
Type Assertion
struct initialization semantics?
New User
0.11.x
Answered
0.13.x
bit shift vectors (SIMD)
OSDev: helloworld kernel ; _start changing the main name entrypoint
How to properly allocate an enum union and set an active tag?
Answered
UI libraries that can run on mac silicon
confused about structs, c interop and comptime
ComptimeHashmap for non string keys?
Build a runtime-known length array by inserting elements at specific indexes
Standard Library
New User