zig-help
Infer function return type?
Answered
0.13.x
Checking if a File is valid UTF 8 Or Non Binary?
Iterating Over Struct Fields
How to understand this error?
New User
This doesnt make sense. "access of union field 't0' while field 't0' is active"
How to sleep in Zig?
JUI building errors
Answered
check if building for x86 or x64
Composing error types
Answered
I want to understand why this produces const ptr and is it safe to `@constCast`
Answered
Cant stop thinking the C way
Correct way to do pointer arithmetic with signed offsets?
Tracking memory use of std allocators
Question about `GetAddrInfoExA`
Parse float from []u8 slice
Setting output directory in zig build-exe
Compiler
New User
Is it fine to reference `self` in a C callback like this?
Answered
reinstall not working
Customize scalar values with build args
Pass an allocator by reference?
should init return pointer ever?
0.11.x
New User
0.13.x
Zig vscode extension settings (Inlay hints)
New User
Answered
unable to evaluate comptime expression
Answered
std.sort what is context
Answered
0.13.x
Second field of extern struct has weird value on specific platform
Why am I getting this error for arena in arena
New User
0.11.x
Answered
0.13.x
A misunderstanding about pointers
How to use the @round function?
New User
aHow to use this C code?
Advice for comptime data mapping
Can I force static link system library?
Having difficulty initializing a large array
zls disagrees with compiler on usingnamespace?
New User
0.13.x
how to cast from f32 into i32
Datastructure supporting both explicit heap and implicit stack allocation
Wondering If this was Possible for Unions
defer run place?
thread
Using a C Library in Zig
Is there a way to get a list of variables defined in the current scope?
How to `zon` a dependency from `github`
0.11.x
Answered
C macro calling a function pointer in a struct
Compiler
New User
0.13.x
Create an instance that points to iself (self-referential)
Best way to determine if an int value is valid for an enum?
New User
zig build fails on a C++ project.
Compiler
New User
Convert an array of []f64 to []8 for processing in another langauge
Generic bubbleSort, Pro and Contra
0.13.x
How can I enter raw mode in Zig?
calculate max u64 at comptime question
New User
Answered
Multidimensional array parameters / Matrix operations