zig-help

21196 threads · Page 261 of 424

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