zig-help
Need help understanding memory leaks in zig.
Answered
What are the differences between null and undefined?
New User
Answered
Need help with understanding some logic of optionals
New User
Answered
0.13.x
[0.12.0] How to add a module for `zig run ...`
Answered
dynamic output
Inconsistent execution of zig code.
Answered
Why does panic function only run `7154` times on recovery?
dependency loop is a show-stopper
Need help understanding how to use zig memory allocators!
New User
Answered
0.13.x
What happened to path dependencies?
Answered
Need help understanding implicit returns
0.11.x
Answered
0.13.x
How do I cast C types to be Zig compatible?
Answered
What does the full zig (i.e zig-0.12.x-dev.<yyy>+<zzz>) version mean and how do I get it from zig
best way of returning an array from function whose size is computed into the body
New User
0.13.x
Chain methods without them returning a const ptr
0.10.x
New User
Answered
generate .pdb while ReleaseSmall
Is it possible, on linux, to cross-compile a static library targeting x86_64-windows?
Answered
Ziglings help (107_files2.zig)
Trouble with basic LLVM C API calls
Answered
Pitfalls for []u8 -> [][]u8
New User
Answered
How to create hard links on linux?
Trying to Create a Dynamic String Struct - Errors Thrown
Answered
sockaddr wrong endianness
Answered
0.13.x
Build specific code
New User
Answered
When invoking zig cc, is it building the optimized release build using c compiler?
How to use marlersoft/zigwin32
Answered
0.13.x
zig build --search-prefix [path] not working
Same path and basename for Walker.Entry
Segfault on ReleaseFast
Casting to a struct of T
Answered
How to use Extended ASCII code as fill character in standard formatter?
Standard Library
0.13.x
Convert zig slice u8[] into [*c]const u8
0.11.x
New User
How do i make function accept a tuple type as the argument type?
What does "unable to resolve inferred error set" mean and how do i fix it?
New User
Zig `addAnonymousImport` and @embedFile not updating
New User
0.13.x
while loop into multiple iterators
New User
Answered
0.13.x
Is there an equivalent to C's `sprintf` or Rust's `format!` macro in the standard library?
Building a project with 0.12 and raylib.
Answered
Compile using x86 backend
New User
Answered
0.13.x
Mutate in for loop
Reinterpret memory
Is there an equivalent to Rust's `unimplemented` and `todo` macros in the Zig standard library?
Clone ArrayList into different allocator
proper way to cast between u16 and u8.
Help with arrays
How to slice as bytes a multidimensional array ?
debug print side effect??
How to declare helper functions only used in tests?
Why the compiler dont like reverse loop for array?
Answered
Are doc comments available at comptime?