zig-help
determine what pointer is more aligned
Answered
generic function
New User
Answered
Building Zig stage4 results in a weird error
Answered
Function that can return one possible structure from two
0.10.x
New User
help me with my questions about Zig
Answered
Trouble building zalgebra
Strange error when trying to build simple program with zig 0.11
Check tagged union variant without switch?
Answered
loop with custom stepsize
Answered
initialising an array?
New User
Answered
How to cast a [4]u8 to a u32 assuming little endian order
New User
Answered
Question: Why I can use bitwise and power operators with undefined while casting?
Compiler
Implement realloc for a C library with a backing zig allocator
Answered
Writing cross-platform code
New User
Answered
0.13.x
std=c++17 for root source file
Answered
Terminal size
Answered
How powerful is `unreachable` ?
Answered
possible bug in zig
--watch is removed
How can I change my imports based on the os i'm compiling for?
Calling C functions leads to pointers being unusable from C despite memory address being the same.
linkLibC() in windows error
zig fmt migrate only?
Answered
zig version of bool from `stdbool.h`
Pointer to array dereference behavior ` *[n]u8`
Representation of pointers to optional values for C interfacing
Answered
Is there a Python struct pack unpack library in Zig?
What is the standard Zig way of implementing polymorphism?
Answered
Missing source debug info for Webassembly
Answered
How to Create a Run Script in Zig for Running a Binary with a Custom Runner?
New User
Answered
Help with assigning constants
when I saw this I LOLed (build.zig building and linking to an external C object)
Wrap function at comptime and forward arguments
Is it true that Zig is faster than C? Should I switch from C if I want to get more speed with my pro
Answered
C import code completion
Allocating a slice without keeping the length
Answered
0.13.x
Could i make a build step to simplify interface creation
Answered
Isn't this operator overloading?
Answered
Problems when reading from csv
Answered
Error printing to `std.io.getStdOut()`
Answered
Build fails with `error: EndOfStream` when fetching dependencies
0.13.x
Cross compiling C++ to linux with old glibc
Compiler
0.13.x
Opening TTY on macOS
0.10.x
Standard Library
New User
Answered
question about readStructBig
How to tell the compiler that two parameters are of the same type
std.http.Client with ca_bundle fails TLS handshake
Standard Library
0.13.x
Cross-Platform SIGINT handler
Code review - duck typing, generics, comptime
New User
extra capture in for loop
Answered
Some questions about the recent HTTP server API changes