zig-help
How to link an external dynamic library (.dll) to project?
Dependency Chain Question
Build System
view docs of dependencies
Link errors building Zig compiler from source
Compiler
Get source file for a type via compile-time introspection
gpu.executionMode on 0.15.1
Standard Library
Packed structs and bool arrays - on the roadmap?
help migrating to new writer
[solved] Changing `getStdOut` for 0.15.1
Standard Library
master
using C libraries (and any other libraries) in the build system
Generalizing field types
[closed] How do I work with an *Opaque?
Question About Holding an Allocator Field
[solved] How do I add a dependency to my build.zig file?
Build System
Standard Library
master
New User
Creating an mmap and reading bytes
Debugging Segfaults
Replacement for packed int array
how do I create a header only library as a dependency and link it to my executable
less stupid way of "casting" two enums
OpenGL wgl function extensions issue
0.14.x
Lifetime of a returned string
master
New User
type safe tagged unions
Is it possible to get the absolute path of a generated file in zig-cache folder in the build system?
Build System
Trying to connect via TCP
Standard Library
New User
Generate struct with same fields as a type
Equivalent to `readUntilDelimiterOrEof`?
Standard Library
master
Checking for integer type at comptime
How do i access anonymous struct's field
What constitutes a "backwards branch"?
master
Replacement for std.json.stringify?
master
How to import c library?
int from union of enums
gpu: normalized fragment coordinates
Standard Library
File reader returns EndOfStream and I don't quite understand why.
master
global variables when building as a shared library
Dynamically link libc (MSVC)
GenericReader from file?
Can't compile on macos with -Dtarget=aarch64-macos (with miniaudio C library)
Bounded non-optimized loops
Invalid Free but when I do not free memory leak
Was std.time.sleep moved to std.Thread.sleep?
Compilation errors only on 13th Gen Intel(R) Core(TM) i9-13900K
`posix.O.NONBLOCK` not available on linux x86_64. What does this mean?
0.14.x
Standard Library
Will AutoHashMap and other struct follow the ArrayList?
Inline assembly and Self-Hosted x86 Backend
master
What scenarios is `addManyAsSlice` used for?
Do you need an android_libc.txt file when building for android?
Mutating values across threads
Standard way to check if an Allocator requires a call to free()
Replacement for std.fifo.LinearFifo