zig-help
What is the best way in Zig to check if a host is alive?
Merging multiple ?type checks in an if-conditional
New User
slice documentation
New User
Comptime declarations?
Answered
memory representation of optionals
How to test functionalities uses `std.net.Stream`?
Is it possible to automatically find unused code in a Zig project?
Answered
Returning a :0 slice doesn't work
Answered
Zig Reverse Slice
How do i make integer formatting not put the + number sign?
How to debug zig in windows?
Answered
How do I get the resolved zig lib dir in build.zig?
Answered
0.13.x
Help calling winapi function RegQueryValueExA in zig
How do force the type of string slice to be []u8 instead of *const [N]u8 ?
Answered
Windows wants initWithAllocator
Compiler
0.11.x
New User
Deadlock while printing
0.11.x
New User
pass array from C
Answered
When is it useful to take the address of a parameter in Zig?
Answered
usize to u8
Answered
What's the difference between this two [][]const u8 initializations?
Is there an example of why you'd want a global variable inside of an enum?
New User
0.13.x
How do I write to allocated buffer?
how save arraylist of arraylists on disk ?
Why does the general purpose allocator not free all this memory?
Standard Library
New User
Answered
replace substring in string and truncating string to new size
Cross-platform mmap()
Is there optional type in Zig?
is it possible to coerce a slice to a sentinel slice?
when I try to import c header, zig compile failed
How can I walk `std.zig.Ast` and find strings?
Answered
You can't compare integers and floats?
Answered
can't build zls
Are Zig libraries source-only?
New User
Answered
How do you use "zig translate-c" on code that uses c libraries?
How do I build every release target with 'zig build'?
Converting between fixed size arrays and slices
Unknown command: `zig init-exe`
New User
md5 hash.
Is there a way to have private variables within a struct?
New User
expected EOF in build.zig.zon
How to specify `-undefined suppress`
Callback registrator struct.
0.11.0 Windows backtrace not symbolizing
Answered
std.net.StreamServer.Options no field named 'force_nonblocking'
How to accept Writer/Reader
Standard Library
0.11.x
New User
ArrayList Reader interface
Standard Library
New User
Syntax for @Vector dot product?
Answered
Extern Struct question
Answered
access optimize mode
New User
Answered
Compare slice with array