zig-help
getting list of tokens
Answered
how do i temporarily cast a u8 into a u32
Zig is confusing my *var for a *const
Can you quickly filter tests with zig build test?
Build System
Answered
0.13.x
Local Variable never mutated
Answered
What is SeekableStream?
Pointer type cast
Answered
how to reuse build.zig logic?
Answered
cannot cast u8 as [2]u4
How to read binary data in zig?
comptime hashmap
Cannot Create File, Write to it, and Read from it using the same file handle?
Standard Library
Secure TCP connection for rts multiplayer game
0.14.x
Standard Library
Order of evaluation in struct assignment
How do I make ZLS recognize/highlight imported C/H files?
New User
Differences between assert and unreachable?
Answered
Alternatives to ArrayList Writer
Standard Library
Answered
0.13.x
How are you able to copy a struct in zig?
Answered
Dynamically handle string from tagged union
Copy (all or filtered) values from another instance of the same struct
New User
Confusion with heap
New User
Answered
Export functions from wasm module built with `addExecutable`
Answered
How to import c from zig?
`ArrayList(ArrayList(T))` not holding data?
Issues with default test runner
How to take input from the user?
structs - no field or member function
how to get stderr mutex of stdlib?
How to iterate through ArrayList
initialize an array with default zeroes?
New User
fmt.parseInt throwing error
Trying to convert C code into Zig, without getting into a mess of convoluted casts.
0.14.x
Answered
Why am i getting an error
Segmentation fault at address 0x0 with GLFW(zglfw) and OpenGL(zgl)
How to create List of key values ?
How to declare private functions in zig ?
std.json parsing by path
0.14.x
Standard Library
Answered
When debugging variable is optimized away and not available
zig build works but zig build -Dtarget=x86_64-linux throws compilation errors
filling empty string at comptime
New User
do functions copy parameter structs by value if given directly
`ArrayList(Type)` alternative?
Link a normal file of assembly into Zig
Build System
Answered
0.13.x
Who owns the pointer/slice
Heap backed by a slice
Insert Expression into ASM
How to print []u8
Why I can't create an std.ArrayList([16:0]u8) ?
New User
Standard Library
Answered
0.12.x
@fabs(), how to properly use
Answered
0.13.x
Why is my switch case complaining