zig-help
Could someone please help explain this code from std.zip
Answered
Building an object file
Build System
New User
Answered
0.13.x
Difference between write and writeAll?
Answered
Any way to use types inside for
New User
Answered
Size of std.c.pthread_mutex_t
Standard Library
Answered
0.13.x
expected type '[*c][*c]const u8', found '*[2][*:0]const u8'
Answered
Ziglings 69 - comptime 4
Answered
Read files within `.epub`
Answered
0.13.x
Optional unwrapping not working as expected
Compiler
Answered
0.13.x
Reducing complex pattern duplication?
Answered
Segfault when trying to create a testing type for UEFI interfaces
Build System
Answered
0.12.x
Reached unreachable code with `writeAll()`
Answered
heap allocate multi-dimensional array
Answered
0.13.x
Translate-C: Is the type of an enum value supposed to match the type of the enum?
Compiler
syntax for adding several c files?
incorrect alignment panic on runtime slice::ptr recast
New User
Answered
0.13.x
`std.ArrayList().clone()` - does it also clone the values it contains?
Answered
Polling with tcp Read
Standard Library
0.13.x
How to get the Hour of day in the time namespace
Get source of fetched package
Answered
segmentation fault with a HashMap when using an arena
Answered
Create a list without allocator with comptime unknown value
how do i link .s files, and assemble with masm
struct has no member named
Closures & Events
New User
Answered
0.13.x
What are the 'stages' of the compiler?
Compiler
SIGSEGV on a child process
comptime to generate function based on return type and param types of another function?
0.13.x
how to reference zig file outside module
Build System
0.13.x
How to create a type for a function in zig?
0.13.x
wasm abort
Standard Library
Answered
0.13.x
@intCast is giving error
How to create linux socket server?
Hash maps and gpa, how to structure code
New User
How to use FixedBufferAllocator
Auto incrementing struct field?
Answered
Tagged unions and variable number of args
Answered
Why does this compile? (error sets)
Compiler
Answered
Explaining &.{} Syntax
Answered
bitCasting from a slice into a struct
What does ingesting a static C library look like without cInclude?
Answered
Build a C dependency with zig & add it as a dependency to a Zig parent project.
Build System
terminal graphics
@import same (local) module in build script and in executable
Build System
0.13.x
comptime struct method names
Answered
two iterator while loop
Answered
what's the reason zig isn't using nt calls
I'm trying to implement a gap buffer and I want to avoid giving a owned slice to the user
0.14.x
New User
Answered
Non-blocking IO / Opening a named pipe reached `.BADF => unreachable`
Answered
GPA allocator panics with "Deadlock detected". Please help with tracing the issue