zig-help
How do I make something visible to `linkSystemLibrary`?
Return anytype
Printing an AST
panic: Incorect alignment when casting to [*]const IMAGE_IMPORT_DESCRIPTOR
Compiler
0.13.x
Comptime Switch
std HashMap implementation question
Standard Library
Answered
Can't build when root.panic exists
Standard Library
New User
0.13.x
Question about type padding
0.10.x
Accessing custom build options in source code
Answered
0.13.x
rust enum to zig
Answered
[solved] destination type '*const anyopaque' has 64 bits but source type '[]u8' has 128 bits
Standard Library
Compiler
Answered
Need help with the type of a string
Link error when building x86 windows dll on x64
Count levels of pointer indirection in a type
panic: Incorrect alignment
preprocessor build step?
0.13.x
can't link xcb dynamically without linking libc
Compiler
New User
0.13.x
How to cast to float in master
0.13.x
How to add library to build-exe
New User
Answered
How to make a build step depend on two other steps?
What can i do about this `usize` problem?
Answered
std.Build.CompileStep is not fully initialized after calling b.addExecutable?
Answered
What has replaced step.Compile.setOutputDir() ?
How do i overload an operator in zig?
Need help with GLFW C library on windows, unable to use null value.
Zigling for loop with ptr capture example?
New User
Answered
ChildProcess in export function
Standard Library
The difference b/w `struct {x}`, `struct {.x}`, and `.{.x}`
New User
Answered
Can I use `zig build-obj` on a zig file that uses a C library?
0.10.x
Compiler
New User
Workaround known bug "dependency loop detected"
Compiler
MacOS: File creation
New User
Answered
Stop ChildProcess from writing to stdout
New User
Answered
can't use RGFW in zig
Compiler
New User
0.13.x
Where can I find the discussion about why no function overloading?
Welp, can someone help me review this impl of a RingBuffer
Segmentation fault with []u8 parameter in function call.
Parsing JSON at comptime
Binding string between Zig/wasm and JavaScript
what is proper way to change string literal value value
Obtain Version defined in `zon` File
Standard Library
Answered
0.13.x
Self-referring Zig structs: `Undeclared identifier` error
Compiler
New User
Answered
Read entire file into null-terminated slice
Standard Library
New User
ArrayList.deinit() with ArenaAllocator
Wasm
invalid builtin function @intFromEnum
Answered
How can I encrypt string with sha3-512
New User
error: libc not available
How to return an array (of the fixed size) from a slice?
New User
Instantiating a tagged union without switch?
How to load a file into static memory during comptime
New User