zig-help

21196 threads · Page 153 of 424

zig translate-c not working on mac silicon 23 messages
Answered
Generic struct defined in a file 13 messages
Answered
Non-blocking read 2 messages
Recursiveness of data in a Struct. Is it possible without memory allocation? 16 messages
I am getting "error: unable to resolve comptime value" 2 messages
New User Answered
AllYourCodebase FFMPEG: Where are the executables? 5 messages
Answered
cross-platform call to `uname` 119 messages
Answered
How can I convert between types in a union? 26 messages
Answered
Slice with comptime-known length not working 13 messages
New User Compiler Answered 0.13.x
where do std.mem.Allocator tests go? 12 messages
Standard Library Answered
Using a zig library in a zig executable 8 messages
Build System Compiler
allocation of 2d array 10 messages
Answered
Will interfaces ever make it to Zig? 19 messages
Compiler
dependency free way of handling n concurrent connections 5 messages
Answered
Was `std.elf.VERSYM_VERSION` removed intentionally? 10 messages
Working with Signals in Zig 5 messages
0.13.x
incorrect alignment (panic, CGLM) 56 messages
Answered
How to not use allocator in this fetch function? 9 messages
Answered 0.13.x
using multiarraylist 11 messages
Standard Library
what is the type of this 55 messages
Answered
Is there a way to get the function that a type was returned from? 5 messages
Answered
`zig build --watch` fail 7 messages
replacing an item in an arraylist 5 messages
Answered
way to check whether a pointer points to .rodata (or its equivalent) 13 messages
Trying to use zigup returns 404 for nominated version? 14 messages
Answered
Publishing libraries in Zig 10 messages
0.13.x
std.debug.print causes crash in runtime-loaded code 53 messages
Answered
build C file without main function 12 messages
Good binary serialization libraries? 4 messages
New User 0.13.x
How to get the parent id of a process 11 messages
String comparison 54 messages
New User
why is "inline for" generating pointless jump instructions? 10 messages
Answered
"Error union is ignored" even using try 14 messages
New User Answered
Initialize a generic array 3 messages
New User Answered
Pipe stdout stream of a child process to a file 5 messages
Standard Library Answered 0.13.x
Creating const array of struct with arrays using const struct 17 messages
New User Answered
How to copy folder on build? 6 messages
Answered
how do i decompress a zstd file in zig 6 messages
[side-stepped]allocator issue that shows up on all build modes, except debug 34 messages
0.14.x New User Answered
import build.zig.zon dependency in build.zig 5 messages
Build System
add all items from a set to a set 61 messages
New User Answered
Using packed struct 6 messages
Answered
Random Numbers are the same given new seeds when using a switch but not otherwise? 42 messages
std.crypto Segfault 21 messages
Answered
How to convert a []u8 to a int64 3 messages
Answered
Not receiving packet UDP Zig 14 messages
Standard Library New User Answered
How to access value of struct `decls` using reflection 7 messages
Answered
Trying to create a custom logger and I am struggling with comptime 14 messages
0.13.x
How to make a simple http request? 10 messages
Creating global zig library (Linux) 16 messages
New User