zig-help
how to growable list at comptime
Answered
I hit unreachable code building on zig 14, is this worth a gh issue?
Answered
Help me understand type constructors, defaults and use of `void`, `null`, and `undefined` in Zig
How do you add/multiply and catch overflow?
memory leak viewer
Answered
error: ld.lld: undefined symbol: ...
ziglings exercises/107_files2.zig:36:25:
New User
Answered
Nix-shell build || looking for a way to avoid manually writing the library and include path
Build System
0.13.x
make a step visible to projects using this project as a dependency
Answered
Initialise an ArrayList with appendNTimes with a struct that needs to be init'ed
How to write drivers?
interface equivalent for packets?
Answered
Issue with using structs to pass function pointers like an interface in OOP
0.14.x
New User
Answered
Define functions for a type outside of the struct
How to check what architecture the project is being build on inside build.zig?
Answered
assert not null
Answered
What is the best way to handle state in a struct?
0.14.x
New User
Answered
What is the proper way to handle fatal errors with additional info?
Trying to create a Vector like wrapper
New User
Answered
0.13.x
Linux: Setting Process Core affinity
Standard Library
New User
0.13.x
Define a range type. Possible?
Zigling 46 (046_optionals2)
New User
Answered
0.13.x
FFMPEG rendering
0.14.x
New User
Answered
Best way to initialise large arrays `std.ArrayList(std.ArrayHashMap(u32, std.HashMap(u32, void)))`?
How do you create subcommands with ZBS?
Build System
Answered
Absolute path to `std.fs.cwd()` ?
Answered
zig aint zigging
How do i create this type?
Segfault in Allocator-like VTable implementation
Answered
0.13.x
Using Allocators with the C-ABI
Answered
0.13.x
Proper use of passing **const u8's for C-ABI?
Answered
reference self during initialisation
Answered
call to @field failing with defined decl
Answered
0.13.x
i cant run my code!!!!
Answered
0.13.x
How to do nothing when error.
Answered
How to read a binary file to memory?
`builtin.target.os.tag` vs `builtin.os.tag` vs `target.result.os.tag`
Is there a way to change the location that zig build puts the binary?
Build System
0.14.x
New User
Answered
How to get ImGui with GLFW-OpenGL backend working, on Windows?
Build System
0.14.x
New User
Answered
Pointer to const structure passed on across C ABI and mutated on C-side.
Answered
Access to enum value by ordinal index
Answered
Interface with optional functions
Answered
BufMap with u32 values
Answered
Can I somehow "cast" the bits from a [2]u32 to get a u64 representing the same bits?
help with enums
New User
problem with my program
Standard Library
Compiler
New User
0.13.x
Resource deallocation must succeed question
Answered
Is this a dangling pointer issue?
Answered
deep union type reflection
0.14.x
New User
MacOS Framework issue when trying to include cimgui