zig-help
Not sure what the issue is, I redownloaded ziglang like three times, latest build, and nightly build
New User
[vscode] Language server error
std.compress.gzip, error decompressing file
Standard Library
0.13.x
"abort" a call to `accept` on std.http.Server
Answered
Error when building SDL project
New User
Vector * Inf not be Nan, Why?
Optional `anytype`s?
For linking from source, do all files need to be listed in an array of strings?
VSCode extension not working
How to initialize a Tagged union interface?
Answered
Allocators and bindings
Emitting multivalue wasm
testing.expectEqualSlices fails but not sure why
Standard Library
New User
root struct of file 'main' has no member 'os'
Answered
Zig having issues with video4linux2?
Comptime build options like rust features?
Answered
Specify a custom LibC
Compiler
0.13.x
How to access a struct field value during compile time
New User
Optional struct fields in metaprogramming
Is there a way to declare multiple variables at comptime besides using an array?
Answered
zigmode after $ zig build -j1. error: expected 1 argument, found 2 return @ptrCast
StringArrayHashMapUnmanaged lookup by index
Answered
Random compilation errors with no explanation
Answered
Checking two ArrayLists of structs for equality
Answered
Call in inline ASM?
Compiler
0.13.x
What is the number in `Semantic Analysis [22121]`?
possible miscompilation of a forloop?
0.13.x
Anonymous function in struct field
Calling convention parameter requires byval
Compiler
0.13.x
Multi-Statement Inline asm
@compileLog type weirdness
Answered
Why default output goes to `stderr` instead of `stdout`?
Answered
Is there something like `-ffast-math` for zig?
Answered
Define entry point in a static library.
Compiler
Pass slice of u8 to variadic function?
0.10.x
Answered
What are variables in zig called when there are no keyword ?
Is bitcasting an f32 to u32 & vice-versa endianness dependent?
VSCode / Windows 11 - zls crash
panic: incorrect alignment or segfault, while iterating on an AutoHashMapUnmanaged
Standard Library
Compiler
Answered
0.13.x
GLFW Build error after updating to latest zig
New User
0.13.x
What's the easiest way to concatenate a string (const []u8) and a single u8?
Is there a way to do conditional struct fields?
Answered
strange behavior when appending to an arraylist
Does dynamic buffer stream exists?
Answered
What's the idiomatic way to create a generic struct that inherits a field's type's extern layout?
Seeking UDP server help
New User
Answered
0.13.x
lld-link: undefined symbol when trying to zig build-exe a project using raylib
New User
Answered
0.13.x
Bug? Print inside test causes error
Is there a standard data structure for a sequence of structures of different types/sizes?
How would I create an array of pointers to structures of different types/sizes?