zig-help
Pointer subtraction not working?
Answered
How to just fill as much of a buffer as possible with std.Io.Reader
Standard Library
master
Reader with limit from reader
Answered
Zig 0.15.2 std.fs.File.Writer does not finish writing to file
Answered
how to transform u16 into [*c]const u8 (string)
New User
Answered
"or" type parser combinator dev help
Answered
How does the net.Stream reader api work now?
Answered
How can I make a `[]u8` from a raw pointer to some memory and a length
Answered
zig master: File's writer interface, what's the deal?
Answered
how should I do I/O "properly"?
master
New User
Answered
breaking a C codebase into zig build modules
Build System
Answered
Can't set #defines
Build System
New User
Answered
How to type what io.concurent(...) returns?
Obtain environment variable in Zig 0.16.0
Standard Library
master
zig init code not working
New User
Runtime value contains reference to comptime var
List Append Not Working
std.Io.Dir.cwd().realPath fails
In projects, ZLS does syntax highlighting only for files under the project, not files outside (std)
How to link dylib library in zig?
Zig json uses arena allocator for slice members
Squeezing WASM size and performance
Answered
Get thread ID from Io.Threaded
Answered
any way to use a .lib in a zip fetched by build.zig.zon?
Build System
New User
Answered
Why does std.json.Stringify.valueAlloc use more memory than the length of the final string?
Answered
Comptime anonymous struct, may or may not have some fields.
Answered
is there a way to change what zig env outputs?
Answered
Getting CPU vs wall time
Standard Library
Answered
Working with non-ascii strings creates a list of integers
Answered
@import shenanigans
master
Answered
How to store a reader / writer and a copy to its interface in the same struct?
master
New User
Answered
2d static-size comptime/generic array typing
master
New User
Answered
I want to debug Zig programs on Windows with the Zigbrains extension on CLion
Build System
New User
triggering unreachable code inside std.debug in zig 0.15.2
Answered
How to create or use an instance of IO
Answered
how to do conditional inclusion?
How to store nested allocators in a struct
Standard Library
master
New User
Answered
How to "stay safe" when building for web with emscripten?
Interface philosophy in zig
Deallocation of resource causing segfault (zig-img)
master
Answered
Where did `std.process.argsWithAllocator()` go?
Answered
unable to build zig from source because "library 'zstd' not found"
Answered
missing functions in the newest zig lib (0.16.0-dev.1912+0cbaaa5eb)
Answered
Migration from @Type to @Struct
Standard Library
master
New User
Answered
Why the msgSend function call isn't working? even I tried with @call.
Using C library
New User
Answered
writing to the stdin of a Child
Standard Library
Answered
Interface for SHM and shared Mutexes
when i compile a program, that returns an error from main, in debug mode and run it
Answered
OOP in Zig