zig-help
Why is ?@TypeOf(null) forbidden?
Rules of thumb for `inline`
New User
Answered
Loading strings into an array at comptime?
stdin, stdout, and stderr and dangling stack references learning thread
New User
Answered
zig build system: diamond dependencies
How to use thread pool with wait group.
0.14.x
Standard Library
Answered
Is it possible?
I'm on 0.16.0-dev.2187+e2338edb4 and my stream from my socket is hanging
Answered
How to properly include a header only library?
about `getLastPtr`, `getLastConstPtr`, etc. for `ArrayList`s
Standard Library
master
New User
How can I read in a union with std.Io.Reader
zig version in code
Zig Variadic args equivalent
Answered
Calling main function from C file?
how to group constant values into a namespace?
New User
Answered
Is there a way to make the compiler less strict?
Can Zig implement variable arguments?
New User
How to add a CMake library as a dependency
Exposing a Zig API to C
Answered
how to get thread index ID?
Answered
Passing only first comptime argument to a function
master
Cant Figure Out Why SDL is causing issue
I was going insane
Standard Library
New User
Print to stdout with formatted strings?
Reduce inline switch boilerplate?
build driver with no wWinMainCRTStartup
Build System
master
Answered
UEFI LoadImage
Answered
Is there a way to translate multiple headers with 1 translation
Build System
matrix array initialisation
Getting SDL3 to work
Going From the old C Import way to Translate-C
How to make two tags with the same value in an enum?
Answered
comptime arraylist
New User
Answered
How to build self-hosted Zig without llvm?
Answered
Tests Not Running
Build System
cant use imports in tests
Pass args to a step
Answered
Forcing a tuple to have runtime fields
What's a name for a thing that wraps a thing but doesn't control its lifetime?
New User
Answered
type of function
Answered
Can Zig use exports.def file for building Windows DLLs? (Zig v0.16.*).
master
Conditional anytype parameter
master
Absolutely no idea where an invalid free happens
New User
server | ???:?:?: 0x27a4a3ef in ??? (???)
master
Not understanding why new IO approach isn't working with unix pipes
Answered
Should you pass around std.process.Init everywhere?
master
Answered
What are the different use cases for passing parameters as `Self` vs `*const Self`?
I'm trying to write my first minimalistic DLL (Windows x64).
Round float to x decimal places
Answered
How to convert a vector to a vector of vectors of the same item