Search code examples
How to set RISC-V `-march` for zig build...

riscvzig

Read More
JS/C Interop with zig cc and wasm...

javascriptcwebassemblyzig

Read More
Should a function return []const u8 or []u8 if the caller owns the slice...

zig

Read More
Zig unable to evaluate comptime expression...

zig

Read More
How can I write a Zig function that can accept and return strings?...

arraysstringzig

Read More
How can I replace all instances of a character in a string in Zig?...

stringzig

Read More
Why is copying more efficient in Zig remap?...

memory-managementdynamic-memory-allocationzig

Read More
Zig expected type '[]usize', found 'type'...

zig

Read More
How do I split a string in zig by a specific character?...

splitzig

Read More
How can you create a buffer of the same size as a file?...

zig

Read More
Constant struct fields in Zig...

zig

Read More
Idiomatic way to free item memory in a zig ArrayList([] const u8)...

zig

Read More
Global and static local variables initialization...

zig

Read More
Deinit global and static local variable...

zig

Read More
How to change the local cache directory for the zig build system?...

builddirectoryzig

Read More
How to create a Struct with an array-typed field in Zig?...

zig

Read More
How to idiomatically return an accumulated slice/array from a Zig function...

zig

Read More
Parsing array of json objects in zig...

jsonzig

Read More
zig allocators dont need dealloc?...

memory-leakszig

Read More
How to determine types of Reader and Writer instances in Zig?...

typeszig

Read More
error: type capture contains reference to comptime var...

zig

Read More
Zig cross-compiling riscv64-linux-musl fails on Windows...

cmakellvmcross-compilingriscvzig

Read More
Why does StringHashMap.put in Zig give "expected type 'usize', found 'error{OutOfMe...

return-typezig

Read More
How to get length of C string in Zig...

zig

Read More
How can I parse an integer from a string in Zig?...

stringintegerzig

Read More
How do you return a value from a switch statement's matched case code block in zig?...

switch-statementzig

Read More
How to read a file to a byte array in Zig...

fileiozig

Read More
Zig convert std.os.argv to C type argv...

cpointerscommand-line-argumentszig

Read More
How to read command line arguments in Zig?...

command-line-argumentszig

Read More
How do I get the full path of a `std.fs.Dir`?...

zig

Read More
BackNext