zig-help
Saturating cast
How do I download and install a specific patch of the zig 0.11.0-dev version on my M1 macbook?
How to access tuple members in lldb?
Converting an i32 to an f32
Standard Library
New User
atoi function in std?
New User
comptime help
inconsistent behavior on slice[0..x.len:0]
Zig fmt max line width.
test order
how to free the memory allocated by .dupZ()?
Module dependency
Answered
Trouble debugging tests on Windows using VScode and lldb
Answered
Factory using inline for
New User
Answered
Taking Over 60s to compile a 50L project on each successful compile
Answered
Windows SetConsoleMode not in windows.kernel32
memory barrier in included C files results in unresolved symbols
Compiler
getting a binary representation of a struct
What allocator to give std.heap.ArenaAllocator?
Is there any guarantee about the value of len when a slice is undefined
Answered
Is there a way to have several functions at ascending addresses?
Errors building Zig master on Windows w/ devkit
Answered
use package manager to download cpp sources, use cmake to build it
Criterion for built-ins
processor affinity and distinguishing types of cores
How to use package manager on Zig master?
type conflicts between OpenCL and zig11
Answered
How do I link Direct3D 12 and related libraries on Windows?
Unable to use @cImport with libnds
Is there a way to instantiate a struct from a function but call a method on the struct before?
Answered
AST Visitor?
How to create a specific Union on heap?
Compiler
New User
Function literals?
Debug Symbols not included?
mutable struct from readStruct
Custom format function
Confusion about types and bitshifting
Jump to function from interrupt?
Unable to resolve comptime value
What exactly is []const T?
Answered
Can I generate a struct init function?
WASI execution error in start.callMain
Answered
How can you implement relative pointers in zig?
Answered
Multiple Variable assignment?
Library Build Error using "examples-raylib.zig"
trying to import sqlite3.h through @cImport. But getting a cast error.
Parsing arguments from the command line in vanilla zig
Read an entire file at once without size limitation.
Struct depends on itself with `*const` functions
How to convert from *[]const u8 to [*c]const [*c]const u8
Answered
want to clone an array
Answered