zig-help
best way to insert u32 into many-item u8 pointer
Answered
[SOLVED] Temporary objects?
Answered
Where does the compiler generate @import("builtin")?
[SOLVED] feature checking in build.zig
Answered
Difference between `std.fs.File.write()` and `std.fs.File.writer().write()`
Answered
Difference between `std.fs.File.write()` and `std.fs.File.writeAll()`?
Answered
I am getting this error when trying to append a new node to a list.
Answered
how to print("a = {size: {}} // {s}",.{size, comment}) ?
How do I access a type's field by a string to check its type? @hasField returns true, yet @field...
Answered
Compile Time Polymorphism
Answered
convenient and fast way to count down to zero with unsigned index?
Answered
Help finding memory leak
Create .so instead of .dylib on macOS
Answered
Wasm export function not exporting
New User
Compiler generating empty WASM binary
accessing exported global constants in WASM
Comptime Generated Tests
Answered
@call syntax for builtin functions
Meta Programing: How to I find a integer type the same size as a float type
unaligned access in packed struct on ARM
Problem with linking zig stage 2 when compiling zig from source
Answered
How to dynamically distribute work across already running threads?
Answered
How to use C structs as a Zig variable type with C interop?
New User
Traversing list backwards
Zig Fmt information
Answered
Accessing field type on initialization
Answered
Using zig SDL repo with new build system?
Answered
zig equivalent to std::system?
Answered
Proper Allocator Pattern
New User
Answered
Float32Array, JavaScript/Zig interop
Importing a library from a lib subdirectory
Limtitations of ZIG build?
Answered
Shouldn't this coerce? error: expected type '[*c]const u8', found '[:0]const u8'
Answered
Struct Method Calling Confusion
Answered
How do I make the program execute a function at SIGTERM?
Standard Library
New User
Answered
How do I clear print statements for a console program
Compiling zig with c, getting asan error
Compiler
MachO Flush... warning(link): library not found for '-lSDL2'
how to integrate box2d into zig?
New User
Moving from openFile + Reader to @embed?
Answered
Generics Erasure - idioms?
Answered
How do I create a three-dimensional array?
New User
Writer not writing to file
new for loops ( i.e. ``for(0 .. 10) |i|`` ) ... any way to use increment other than 1?
Answered
Address of untagged union cast to *anyopaque?
Answered
export extern zig struct to C
Is it possible to have a callconv(.C) extern fn be loaded dynamically (like dllimport)?
comptime array concatenation via ++
Is there a way to specify "-rpath" to zig cc?
Coerce non-literal comptime []const u8 into [:0]const u8?
Answered