zig-help
Trojan Warning for zig.exe
why no hashing for floats?
Answered
Comptime encrypt int
how give struct type field ?
Mutating fields of reified structs
Any way to specify the zig-cache path in zig cc?
Deriving default value from another struct member
0.11.x
New User
Answered
Idiomatic porting of C code with lots of #ifdefs
New User
0.13.x
Is it undefined to cast a function pointer to one which has a different error set?
undefined variables not checked
Answered
How do you create an Allocator like interface?
What is this code doing? (GeneralPurposeAllocator)
What is the max_size argument in std.io.Reader.readAllAlloc?
Question: Why are functions which are os-specific don't get error wrapper functions
Can I force `std.testing.allocator` to not log/report leaked memory?
is it possible to write tests to detect memory leak?
`zig build test` but only run one test
Answered
Generic type constraints?
Answered
Working with events in Zig?
How to redesign to fix this: comptime control flow inside runtime block
return error or nan
std.heap.GeneralPurposeAllocator doesn't have .allocator
Answered
Is there a way of creating a jagged arrays
New User
Answered
Weird linker error in freestanding
help make this correct
New User
pointer error
src/main.zig:4:32: error: expected type 'u8', found '*const [1:0]u8'
New User
Answered
raylib + raymath vectors aren't compatible
gdb and zig core dumps
Cast and fill array
Does FixedBufferAllocator work on architectures below 32 bits?
0.10.x
New User
comptime only log error msg ?
@compileError stack trace
Compiler
0.11.x
New User
how i read/move GPU local memory to CPU in vulkan ?
raylib raygui macOS undefined symbols
How to create array during compile time ?
zig cc/c++: lld-link errors when using "--coverage"
0.11.x
Answered
Create slice of single item pointer
Can I iterate over `[]const u8` as `[]const u32`?
How to nicer anonymous functions?
New User
bool to float
wish for better error message
Answered
Allocating "multidimensional"/nested arrays
0.10.x
utf8 in stdout on Windows Terminal
Answered
Hashmap storing ArrayList values
Copy struct to mem and print out as hex
TLSInitializationFailed when trying to send a GET request to some sites, but it works fine on others
how do I write functions with parameter of generic type?
not finding member function in struct
Answered
Convert array/slice to another type
0.13.x