Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in zig

How to pass Zig function pointers to other functions?

How do I compare two UTF-8 strings ignoring case in Zig language?

How do I pass a stream or writer parameter to a function in Zig?

zig

Formating strings with comptime values in Zig

Does Zig call defer after block breaks?

zig

In Zig, what is the right way to iterate over the fields of an enum?

enums zig

What happen when program reach unreachable on ReleaseFast? (Zig lang)

unreachable-code zig

How to read stdin in zig

zig

How can I pass a Zig String literal to C

c zig

zig structs, pointers, field access

zig

Convert i32 into f32

type-conversion zig

How to create an empty slice of slices

slice zig

How to zip/unzip in Zig?

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

string integer zig

Can I pass commandline arguments when invoking "zig build run"?

How to test multiple files in Zig?

testing zig

How to use the zig compiler in order to compile nim code?

compilation nim-lang zig

zig print float precision

zig

How to avoid memory leaks when building a slice of slices using ArrayLists

memory-leaks zig

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

split zig