zig-help
anytype as function's return type in an annotation
Answered
Compiler bug?
dynamic function generation
Switching tagged union
New User
Compiler
Answered
0.13.x
Optionals inner workings...
Answered
Stack vs Heap
Answered
understand control flow
Answered
Using msvcrt instead of ucrt
0.14.x
Compiler
New User
Slice into first couple bytes of packed struct
Standard Library
0.12.x
avoid duplication in build.zig
Build System
Answered
0.13.x
Can't get tests to run for multiple files
Answered
How to make error at comptime.
Answered
Reading file line by line into BoundedArray
New User
Standard Library
Answered
0.13.x
LHS bit shift error
Answered
[Solved] Make raylib a shared Library
New User
Answered
0.12.x
Tracking down memory leaks in C code with Zig allocator
How do I write a string literal with \0 inside it?
Answered
running into issues with IoUring.zig tests
why is this int coerced into a comptime int?
Multiplication of numbers (carry)
New User
Answered
Container level declared optional
Answered
JSON parse based on version field
Answered
0.13.x
stdlib path seperator used by the OS
global variable contains reference to comptime var?
Answered
Raylib Linking Problem to Windows in Zig C
How to kill a process living inside a thread?
How to replace std.io.Reader.ReadUntilDelimiterOrEof
Answered
Cannot cast into union error payload
Can I do something like null only type?
Answered
0.12.x
[solved] How to debug SomeStruct.format( ... ) calls?
Answered
Struggling with Ziglings
New User
Answered
Type alias with additional functions or element renaming?
Answered
how would i access the c/posix regex stuff from zig?
Standard way to get a [:0]const u8 from a []const u8?
Answered
Code Review: Lox Interpreter
0.14.x
New User
How do keywords and @things differ semantically
Answered
Targeting the browser
How do you add command line arguments to `zig test`
Answered
Returning type at compile time based on input?
New User
Compiler
Answered
0.13.x
Memory management handling in structure deinit for StringHashMap
Pass an enum option to a dependency in build.zig
How to convert an ascii integer to a u8?
Answered
C Library with stdint interface?
Answered
Comparison of C function to Zig port.
Answered
Parsing formatted input
Answered
Help understanding multidimensional arrays
New User
Answered
How to allow multiple definitions of a symbol in zig cc?
How to check if a type is assignable to another
sizeOf returns 0
New User
Answered
deinit on value or on pointer?