zig-help
VSCode ZLS failing constantly
Trying to add an external C library as a module: `unable to find module 'libxlsxwriter'`
libtorch cuda builds without cuda
Build System
Build system: Is there a way to create files inside a `zig fetch`ed Cpp library?
Answered
Handling exports with WASM
Answered
0.13.x
accessing precision time in windows?
Answered
Is this safe?
Answered
Does zig zero init c structs when not setting fields?
hella issues compiling llvm
Build System
What is the idiomatic way of reading keyboard inputs in real time (windows)?
New User
How to make a directory that can be used to put generated source files into?
Remove colour from @errorReturnTrace
0.14.x
Standard Library
Answered
I would like to use sdl with zig
How to hash a string (password)
Answered
Correct way to add headers to http request using std.http?
New User
Answered
0.13.x
Construct a function at comptime ?
error: global variable contains reference to comptime var
0.14.x
Decompress an xlsx file
0.14.x
Standard Library
Should you check the capacity before iterating?
New User
Answered
0.13.x
compilation error on the build file on the zig github repo
Open file with a [*:0]u8 instead of []const u8
Standard Library
0.13.x
[solved] Iterate and modify the values of a buffer
Answered
Zig Meta comptime, function body access.
Have other fields of tagged union be blank/void
parsing issues
New User
Answered
0.13.x
Type mismatch on ArrayListAligned.append()
New User
Standard Library
Answered
0.13.x
Difficulty understanding behaviour of std.log.info i.c.w. std.fmt.bufPrint
cannot format array without a specifier
error: comptime-only type 'builtin.Type.EnumField' has no pointer address
Answered
0.13.x
Read file 1 byte at a time
Standard Library
0.13.x
How to access dependency `args`
Answered
Convert between []u8 to []u32
Compiler
Answered
0.13.x
unsupported type: BlockPointer when using @cInclude
Answered
Using zig build to import raylib(again)
Answered
Pls help
New User
Answered
0.13.x
Idiomatic way to import another zig file
0.14.x
New User
Answered
[solved] Packing data for a color: Is there a better way than this?
0.14.x
Answered
0.13.x
Invalid option with b.addSystemCommand
Build System
How to cross compile for windows from liinux and use windows.h
Build System
How to json stringify a struct with 1 indent?
Answered
How to make zig build compile to a specific arch and os when no build flags are set
Build System
Answered
crash on stack allocation
0.14.x
Answered
How to use zig init to make a project for only an executable
Build System
Comptime C function calls.
New User
Answered
0.13.x
Recursive func in struct
0.14.x
New User
Answered
how to make a non-comptime int?
New User
Answered
build system, copy over file
Build System
websocket module import, root.zig unable to load
Build System
0.13.x
Is it the normal pattern to have two stage object initialization?
How do you pass an optional pointer to an ArrayList?