zig-help
How to link to a system library with current build system?
Stack Pointers Question
Compiler
SOLVED How can I send a signal to one specific of many threads without signal mask etc? (tgkill)
Answered
Linking against C++ binary compiled with g++
Pointer to slice
New User
Answered
How to build an executable for an ubuntu machine while on a Mac?
Is it Normal for `Zig test` to exit without output
New User
Example of `std.process.ArgIterator` to get `argv` as string array
Standard Library
Answered
addCSourceFiles with wildcard
Combining many static libraries into one?
Best way to compare subbuffer to string literal
How to generate new build.zig file?
Answered
Reference counting for an immutable struct?
Answered
inline assembly problems
libc headers not available
Compiler
Compatibility layer so that std.c understands non-standard libc function names
Standard Library
New User
Compile Time Stack Trace
Answered
Are packed structs still broken?
casting a pointer, why is it so confusing and convoluted
wasm: functions not automatically exported
Answered
how to modify my repository, given how `@embedFile` works.
Answered
Ridiculous increase in RAM usage during zig build/zig build-exe
How to get Entry(s) of a directory into an ArrayList without allocating additional memory for names?
Standard Library
Answered
A bit lost... Between Zig, C, C++ and WASM
Compiler
New User
Can somebody explain how Stream(Writer/Reader) interface. works.
Standard Library
Answered
Struct set field using other field.
Answered
How to dump type info?
New User
Answered
What's the reader interface implementation for a non-comptime buffer?
Standard Library
Can you create a struct whose fields are named after some enum values? Fields type would be the same
Answered
How does creating libraries work now with the module system?
Answered
error: StdoutStreamTooLong
Answered
Shared common types between libraries
Answered
Pkg is now Module? ok, but how to use?
Answered
Is there a zig style guide?
Answered
@boolToInt for vectors?
Answered
Get libsoundio example to work
New User
Answered
Seemingly similar function get optimized completely differently
Compiler
Answered
Mixins with self passed from outer struct
Answered
array initialiser
Answered
Is it possible to `-|`/`+|`, saturating to the min/max of a *smaller*, comptime-specified int type?
Answered
Splating array to parameter list
Answered
Zig web Backend framework
Answered
Statically link C library
Optional capture with "or"
Answered
Simple, idiomatic way to copy `[]const u8` to `[:0]const u8`?
Answered
Best way to use zig in c project without using zig as root build system
Answered
concat "strings" together with `++`
Answered
Why is pointer-to-many to opaque disallowed?
Compiler
Answered
Memory address from a function scope still exists after function returns. Expected to see a panic
Standard Library
New User
Answered
Returning mutable data structure via tuple
New User