zig-help
Let there be anytype (ArrayList)
New User
Is there a coarse timer library already available?
Setting a b.option for an imported build.zig
Build System
0.14.x
zig build run does not find the dlls ):
Build System
Answered
what is the anonymous struct in Zig
Cleaner way to zero initialize an array? 0.13
New User
Answered
0.13.x
slice to c array
panic: reached unreachable code
New User
0.13.x
Issue about memory management & ArrayList
New User
Translating anonymous union definitions from C to Zig
Answered
Function pointer hash map
Speed up Array addition with SIMD
how can i truncate the output of a compilation error?
Build System
Compiler
Casting a 2 byte width into f16
New User
Answered
0.13.x
Check whether runtime safety is enabled
Answered
Looking for a "Draw a bunch of cubes/spheres with X api in zig" demo/example
0.14.x
0.13.x
Running multiple instances of the program with build.zig
Overriding std.debug.print for freestanding?
build c bindings not working in cmake
Struct of packed struct, am I stupid or is this a compiler bug?
Compiler
Answered
0.13.x
building ver 11 project on 13 - various errors in build.zig
getting zig file struct without @import
New User
Answered
0.13.x
Parsing json causes rounding issue(?)
Answered
passing multiple []u8 to a function
New User
0.13.x
Print out a "string" slot as a string
Link static lib to module
Zig build minimal with any optimization
Answered
New line in doc comment
Error Casting
New User
Answered
Specify function argument must be of a generic type wrapping anytype?
Can we build mm files in a zig project with build.zig or do we need a multi stage build process?
Is std.decompress.lzma.decompress() broken?
Standard Library
0.13.x
GPU with Zig
Answered
Generic Reader accounts for struct padding
New User
Standard Library
Answered
0.13.x
Best way to handle structure with different data
Answered
zig translate-c is not working.
Answered
does zls works with @cImport()
0.14.x
best way to use the windows native libraries in zig ?
'try' outside function scope
Answered
Loss of performance with "interfaces"?
help building zig-bootstrap on arch (wsl)
How to ensure fields are accessible in the struct instance?
0.14.x
Answered
How to compile and statically link a c project to a zig one
Build System
New User
0.13.x
failed to check cache: 'root.zig' file_hash FileNotFound
Answered
Trying to print error for comptime test function
Comment and new-line changes assembly output
Answered
use of std.mem.splitScalar in comptime
New User
Answered
Noob question: Using build.zig with C Project
Compiler
New User
0.13.x
Build System
Answered
How do you hold a seeded random number generator?
for loop with index?