zig-help
What is the new root.zig file?
Weird values in statically defined data
New User
0.13.x
Implementing a custom read function
Standard Library
0.13.x
function with non-void return type '?*table.Table' implicitly returns
Random values at comptime
use error set in a `switch` case
Answered
cast `?*anyopaque` to `[]const u8`
Answered
how to copy an array to another?
Standard Library
0.11.x
Compiler
New User
libc not linking correctly
How do I remove an item from an array?
New User
Answered
0.13.x
How to avoid recursion
Answered
is there a way to Measure file size in ZIG?
Answered
How do I implement a function with parameters fully in assembly?
Getting a pointer to an item in an ArrayList
Standard Library
0.11.x
New User
Answered
Add additional compiler options for zig
Stringify segfault
Answered
weird stuff happening (see pic)
0.11.x
Assign multiple constants.
Is there something similar to `strings.Join()` (from go) in zig?
Using VScodium the built-in terminal cannot access zig.
Convert comptime string to upper case?
Answered
Building both Zig and C together including .h files
0.11.x
New User
Help w MultiArrayList
Container for heterogeneous structs
build.zig for a kernel?
Standard Library
New User
Why store program state in struct fields?
Answered
What this error mean:Panicked during a panic. Aborting.
Question about alignment and saving a type T in a byte arrayList
0.11.x
New User
Add file dependency on a system command without adding it as an argument of the command
Run Tests with Valgrind
Answered
build from source , and i am facing some issue in llvm
Cannot right shift (>>) u8 with another u8
Answered
help trying to build zig-obj
using zig code in c
Which is good? (const str1 = "Hello" vs heap.page_allocator)?
I want to use websocket module, but it is not available
Thoughts on this Pattern/Feedback for Memory Management
Zig Build Multiple Modules
New User
0.13.x
Odd nested while loop behavior
Standard Library
0.11.x
New User
std.testing has utility to check no panic/runtime error?
zig fmt on save, holy f-, how do I turn it off
New User
Answered
0.13.x
Getting bizzare error messages... what's wrong?
Answered
Update ZLS
Answered
Does Zig support BSON?
Custom struct with functions
When to create static library when distributing a Zig library?
New User
Answered
whats wrong with my struct?
How to link a dynamic library
Cast a []const u8 to []const u21
Returning derefed pointer from mutable struct method results in pointer