zig-help
Unable to translate __asm macro from C
comptime while loop
provide log function
Standard Library
New User
Can zig fmt convert long string literals into multi-line ones?
Built in string hashing method a la md5 or sha1
Capture error on the if, instead of else. Possible?
Concatenating idents
import(root) when running tests
Reproducible builds
Compiler
Is there any difference between comptime T and anytype?
New User
How to load a dynamic library
Unreachable OOM?
const pointer question
New User
Convert ArrayList to Null-Terminated Slice
New User
Memory Leak when allocating an array
casting functions
Cant set union to zero
How to deal with 'conflicting types' when building this C code?
Help with multi threading in zig
New User
Answered
ptr arithemetic
Can't translate C's __extension__ macro
Help with compiler error
How to import local C header files?
HashMap of generics
Standard Library
LLVM Error on function pointer inside a packed struct
Compiler
New User
What is the maximum value for `comptime_int` and `comptime_float`?
Compiler
how to call function without fn pointer; by using string
Complex Numbers Array as Function Arguments and Return a Complex Number
Recommended type for a expandable string?
New User
Shorthand for importing values?
New User
Need advice on porting a C library incrementally to Zig
New User
Why do `Alloc` functions take a `max_size`?
Standard Library
New User
How Do Slice Literal
Is there any way to pass bound functions still?
Buffering socket writes using os.sendto
Standard Library
Can you identify particular structs returned by typeInfo?
Given an ArrayList, what is the easiest way to reverse its order?
Don't play multimedia
Compiler
Issues with comparing arrays
New User
How do I run tests written in C?
Tagged union active member access panics on Windows but not Linux
Can you use addCSourceFiles with cpp?
f32 values recently changed
zig type error
Standard Library
New User
Use build.zig to add custom wasm section?
`std.json` Parsing String maps
Print statement causes segfault
How to debug this segfault?
New User
Answered
How do I capture a optional error
New User
Why is this not working?
New User