zig-help
hidden banned words
Answered
runtime array concatination
Answered
Copying a [12]u8 to a a [12:0]u8
Answered
how does zig print the error return trace?
Answered
std.fmt.bufPrint to C string
Answered
Free a potentially allocated variable from an inner scope
Answered
comptime if
To return `Error!T` or just `!T`
Answered
How to default to ReleaseFast?
Answered
how to expose a directory as a module?
Answered
Terminal dimensions (width and height)
New User
Answered
Adding Float and Integer
What is being worked on in the language right now?
Local packages
Compiler
Docs master inconsistency Overflow builtins
managing resources of a queue
Can someone help me setup Zig in clion? the extension simply dont work.
Run zig code as build step
How to make a Mutable Slice from an immutable pointer?
Are ranges inclusive on both ends or not?
Answered
linking code output by C backend says to recompile with -fPIE even when i do
What are the format specifiers?
Answered
Trying to understand multi-for loops
Answered
Does storing types in arrays affect their constness?
Answered
How to play wav file
Answered
error: element access of non-indexable type 'u8'
Answered
Should I return a `?T` or `!T`?
Answered
Is Zig a smaller language than C?
Standard Library
New User
Answered
@embedFile unable to find file?
Answered
More C translation to zig
Create an integer alias which can have associated types
New User
Why is my zig wasm seem to be so inefficient?
Answered
Getting an error when using @constCast
Error when using `lib.emit_h`
Should I learn the zig programming language as a new programmer?
New User
How can I print something inside a test function?
Help me make a dummy lexer with number + and _ only.
Answered
Struct fields and encapsulation (if thats the right word here)
Answered
zig support in vscode
Why is one replaceOwned fine, but multiple cause a memory leak?
Loading iterator into []
Answered
Should I use `writer.write` or `writer.print`?
When should I keep track of the allocator and when should I pass it around to functions
Help translating some C code to Zig
How does one determine if something will or will not be executed at comptime?
Answered
How do I link to OpenSSL on Mac OS X Ventura
does std.fs.read() return a string? What does it return?
Answered
Typechecking all binaries, compiling one?
switch error io
Answered
Getting the function body as a string off of a struct, knowing the function and the struct.