zig-help
Bug in Zig compiler message
Compiler
New User
Zig failing to build on Arch x86_64
Compiler
New User
0.13.x
Why is the symbol table empty?
Difference between `std.math.inf(f32)` and `std.math.floatMax(f32)` ?
Answered
Address of zeroInit
Using Zig on Termux
Answered
Comptime Hash T
interfacing with const void* from C
Answered
is there a way to get a more accurate value or is this a zig bug?
Simdjzon library
New User
values of type '[1]array' must be comptime-known, but index value is runtime-known
Idiomatic way to get all files on system?
Standard Library
New User
is there already an issue for this bug? rhs of '+' not evaluated with recursion
Answered
Cast string to [3]u8
Answered
0.13.x
Creating structs that have ArrayLists as fields.
trouble implementation an iterator while playing around
Answered
Iterate over all values in an enum
local Module unavailable in "root"
Answered
0.13.x
Return formatted string
New User
Is it possible to cross-compile graphical applications using Sokol?
New User
What's the consensus on how to install stuff to use in your program, currently ?
difference between `*T` and `[*]T`?
Is there a macro / variable provided by zig cc for detecting host endianness?
Need help debugging a Segmentation fault(stack overflow?) that happened after update
0.13.x
stdlib json parser unable to parse into @Vector types
Answered
Creating array in runtime with run time variable
New User
Cast Payload Capture
Answered
Types, Structs, and Runtime
Answered
Zig String to Null Terminated C String
Answered
printing utf-32 encoded text
New User
Answered
symbols not exported when building library for wasm32-wasi
Answered
zig stm32 elf build problem
New User
Idiomatic way to handle unknown size allocation
Answered
Is there anyway to make zls's intellisense less painful?
How to add a pointer to a type?
struct containing `ArrayHashMap`
How do you allocate a multidimensional slice with an Allocator?
Answered
Using Certificate Bundle with OpenSSL/BoringSSL
Question about anytype
Enums and Errors
Linking error from a duplicate symbol, one imported from C
New User
Answered
How to use Zig as a build system for C++ with SDL2?
build.zig: Creating a step to generate non-zig files
Answered
Assigning multidimensional arrays
Reading http responses intermittently hanging at req.reader().readAllAlloc()
How do you coerce from i32 to usize?
Answered
what is performance implication of try and error union types?
Answered
Confusion with returning an arraylist from a function
How to link GLFW C library?
Compiler
New User
Answered
Expression if?