zig-help
compile C dll and include zig headers
New User
Answered
0.13.x
Is linkLibC implicitly linked in?
0.10.x
Compiler
New User
Standard Library
Answered
arrays in packed structures
0.13.x
print
Preferred method of reading specific number of bytes into ArrayList?
Answered
The new @ptrCast and @alignCast builtin changes?
Compiler
Answered
0.13.x
Tuples/Anonymous structs as fields in struct
0.13.x
Create an array but I only know the size at runtime
@bitCast size mismatch
Answered
Setting up Ziglings
New User
Answered
Getting segfault while trying to grab input from console
Answered
`packed struct` not so packed?
What's the "correct" way to allow the user to specify library/include paths in build.zig?
Allocator with custom alloc, free, resize function for developing a GC
Standard Library
Answered
New User
0.13.x
How can I catch signal and send it to child process
Error building Mac binary
Does a fn type contain the ptr?
Tests Failing on certain Build conditions
New User
0.13.x
Freeing memory after concatenating strings
New User
Answered
Compile / Test failed without message // Comptime allocation?
Compiler
New User
0.13.x
How to ignore some Enumeration values in `switch`
New User
Answered
0.13.x
Extending (Tagged) Union?
New User
0.13.x
Error
New User
Error Building C++ as Main File
0.13.x
Is there a way to make a type that is the exact same as another, but not assignable?
New User
0.13.x
What is the best way to read an abitrary number of bits from a buffer in zig
is the result of @bitCast'ing a packed struct endian-dependent by default?
Returning std.os.gethostname() value in struct results in garbage
0.10.x
Standard Library
New User
Answered
Building zig fails in docgen (via `make install`)
0.13.x
Hiding raylib console + inverted textures
Answered
Annoying Issue with ZLS and Neovim
Help reducing compiler bug
Compiler
0.13.x
Is it possible to add functions to comptime generated structs?
How would I execute shell scripts in zig
zgui - dear imgui ... simple example of working code?
Answered
Is `inline fn` equivalent to `@call` with `.always_inline`, or does it just inline if possible?
mem.reverse acting weird
Answered
install
Is this code guaranteed to behave as expected?
Answered
how does comptime behave now?
0.13.x
Lifetime of stack variables in inline functions
New User
Answered
std.mem.concat test
Answered
Cant index for loop
Variable length struct?
Answered
building multiple sources in single build.zig using a loop?
Answered
How to export and use a library in zig?
Answered
Array of unknown size in the struct.
New User
0.13.x
Which allocator to use for fs.path.join etc.
New User
Answered
0.13.x
What are @workGroupId and friends for?
How do I flush std.debug.print with zig build test ?
New User