zig-help

21196 threads · Page 106 of 424

Improve code without hitting incorrect alignment 4 messages
0.14.x Answered
Frontend framework that supports mobile 69 messages
0.14.x Answered
Array suddenly turns into nulls. 2 messages
Answered
Function Join does not exist? 3 messages
New User Answered 0.13.x
recursive panic, unable to find where is my error 6 messages
Answered
Non-switch fallthrough with Zig errors 6 messages
Up-to-date treesitter for Zig 21 messages
@ptrFromInt requires aligned address 15 messages
New User 0.13.x
Creating json object in JS/TS, sending it to WASM zig code, and giving the string result to JS/TS 7 messages
`std.os.linux.fd_t` from `std.os.linux.open()` 6 messages
0.14.x Standard Library New User Answered
allow upstream to override external headers of my package 4 messages
Build System 0.14.x
emit object file for test 16 messages
Build System 0.14.x
Pointer magic, treating parts of number (u32) as new number(u8) via pointers. 48 messages
Answered
Unable to delete root.zig file 3 messages
New User Answered
Why am I getting link errors inside CPP files? 102 messages
Answered
How to create std.Uri with query? 4 messages
What is the best way to serialize zig data structures? 8 messages
Json stringify bug with invalid values 7 messages
0.14.x
Memory leak on hash map even though `deinit` was called. 10 messages
Answered
Is it possible to know if a field of an struct is default initiazed as 'undefined' at comptime? 98 messages
0.14.x Compiler Answered
Idiomatic way to initialize arrays of nullable elems 3 messages
Answered
Considering Zig for a HTTP proxy 7 messages
New User
-/- 4 messages
Adding objects generated in separate steps to compile step 16 messages
Build System 0.14.x
Slicing arrays using runtime-indicies 20 messages
Allocators 41 messages
Standard Library Answered
Transfering memory between two processes 29 messages
About using `@cVaStart` for `arm-linux-musleabihf` target 7 messages
Answered
Can we get autocomplete working with cimport? 23 messages
Is there a way to copy directories? 3 messages
Answered
Using SDL2 in Zig 64 messages
Creating Zig ArrayList and Struct from C 35 messages
Does zig have a way to recursively debug-print a struct? 6 messages
0.14.x Standard Library New User
segfault after doing some type stuff 7 messages
0.14.x New User Answered
Enable auto completion in Helix zig 17 messages
Answered
File reading seems to take a bit of time 10 messages
Standard Library
Runtime Memory Leaks 4 messages
error: struct 'root.Headers' has no member named 'init' 13 messages
New User Answered 0.13.x
Getting base64 of KeyPair PublicKey 4 messages
Answered
Import file from outside module path or only emmit o file from zig build ? 7 messages
Build System Compiler Answered
Correctly reading struct from byte stream 29 messages
how do i print a single character in zig? 2 messages
Calling a very simple C routine, returning an integer 61 messages
Answered 0.13.x
Can I forward declare in ZIG? 39 messages
Answered
easy way to cast a literal value to `*anyopaque`? 13 messages
How to deal with the casting system 45 messages
Answered
utf-16 (stored as bytes) to utf8? 63 messages
Trying to use unions to convert between arrays 15 messages
Build-A-Graph Question 4 messages
comptime function that allocs runtime heap pointer (?) 3 messages
Standard Library New User