zig-help
Compiling for Android with zig cc
0.14.x
Compiler
Does Zig bundle typical Windows LIBs?
how do I import all symbols from a file?
Answered
static hash map?
How to add two strings together at compile time zig
Answered
Why can't I read the docs generated for my library?
Build System
0.14.x
New User
Answered
Thread safe arena allocator?
How do you replace terminal text without the cursor jumping around?
Answered
Is it still currently possible to use libpng without bindings?
Answered
How do I create files at arbitrary paths, relative or absolute, and open them if it already exists?
Answered
What setup is recommended for a multi-project workflow?
Answered
get path of current build.zig
Answered
error: declarations are not allowed between container fields
0.14.x
Compiler
New User
Answered
Cannot allocate memory in wasm (raylib + emscripten)
Answered
std.allocator.dupeZ causing panic: @memcpy arguments alias
Standard Library
master
New User
Answered
How can I use the fuzzer? simple example
Answered
Decoding CBOR
Answered
import external library into project
Array can point to itself in C, not in Zig
master
What files should be listed in build.zig.zon `.paths`?
Answered
Initializing a large struct causes stack overflow
Is it possible to deserialize text to structs and map function pointers?
How to read compressed data,
Answered
ReleaseSafe works with rad debugger but ReleaseFast does not
How do I read float with a specific "endianines"
0.14.x
Answered
can't debug executable
zig multi target build & run
0.14.x
Answered
how to use tools/dump-cov.zig?
Answered
Missing Windows API declarations?
Answered
How do I declare complex types like a stdout buffered writer?
[SOLVED] Unable to return `null`
master
Compiler
Answered
Unseekable error?
Passing struct methods as function pointers?
How do i get rid of this segmentation fault
Right way to handle errors in a CLI app?
0.14.x
Answered
Interning Strings
0.14.x
Standard Library
Answered
Binary artifacts and build.zig
Answered
Test build failing with signal 11 and conflicting messages
Answered
why std.fmt.bufPrint writes sentinel value in the buffer?
Answered
cannot @bitCast from 'comptime int'
0.14.x
Compiler
mutate struct containing type at comptime
0.14.x
Answered
good or idiomatic way to read a specified length of bytes and return an `ArrayList`
Answered
Using addSystemCommand and addOutputFileArg to overwrite a source file
Answered
Inline Asssembly Constraint as comptime Expression.
0.14.x
Comptime and early return
0.14.x
Compiler
New User
weird packed struct-index-array search
0.14.x
looking for ncurses-like library for terminal games and stuff
0.14.x
Answered
Segmentation fault far away from freed memory?
0.14.x
Using translate-c on zlib
Build System
Answered
Do we have any #region / #endregion capability?