zig-help

21196 threads · Page 260 of 424

check if pointer is null 5 messages
New User
How can my Zig test executable test different modules? 4 messages
Answered
Zig vs Rust 37 messages
How to make a function input string and output string in zig? 26 messages
New User
Why does `.*` exist? 4 messages
Answered
multithreading with mutexes and condition variables code review 22 messages
Working with file paths 22 messages
Something like `nullptr`? 6 messages
New User 0.11.x Answered 0.13.x
How to read a file from a wasm module through javascript using a `fetch` call, **synchronously** 66 messages
Answered
How to find out where a test fails 12 messages
Answered 0.13.x
[0.12.0] How to add a module for `zig run ...` 7 messages
Compiler 0.13.x
Writing a lexer 149 messages
0.11.x New User
Cannot find vulkan headers on windows 21 messages
Compiler New User 0.13.x
Equivalent strings lead to different hashmap results 12 messages
Standard Library Answered 0.13.x
Resolving circular package dependency 40 messages
Answered
wasm32-freestanding build issues 11 messages
`true` if error, `false` otherwise 7 messages
A zlib spec question 3 messages
Is there anyway to see what the new 'standard' for an update/change is when working with master? 3 messages
How to sort (asc) the AutoArrayHashMap? 3 messages
Why does the documentation recommend `c_allocator` if i'm linking libc? 12 messages
Answered
Simplified Zig grammar 20 messages
New User
How to fix this leaked method 51 messages
Tcp server how to send without closing connection 185 messages
Standard Library 0.11.x Answered
Why this concat method is leaked 15 messages
How do I completely replace the default zig allocator? 38 messages
Can I run `zig build` in a different folder withoug cd'ing? Something like `make -C dir/` 13 messages
accessing std.json.Value field crashes 2 messages
0.11.x
Equivalent of https://pkg.go.dev/io#Copy in Zig 75 messages
Optional type?.* 8 messages
Get the pointer to self at struct init time. 20 messages
Multiple names for same enum value? 7 messages
is break required in switch statements? 2 messages
New User
Understanding build.zig 21 messages
Answered
Directory as a build step dependency 7 messages
Standard Library Answered 0.13.x
Workarounds for catching return @as(SpawnError, @errorCast(@errorFromInt(err_int)));? 9 messages
Answered
Help with comptime struct rearrangement 17 messages
Has std.net.StreamServer been replaced? 4 messages
A lot of linker errors in c++ using zig build 17 messages
Compiler New User
OsDev limine terminal struct not printing 10 messages
Conditional build step 82 messages
Standard Library 0.13.x
Check if string in string in ziglang 17 messages
Dictionary in Ziglang, how to declare a key pair value in ziglang (or atleast a json)? 9 messages
Reading length from nvim child process's stdout always is zero on windows zig 0.11. 2 messages
How to vendor dependencies without package manager 7 messages
.deinit vs .destroy semantics? 12 messages
How to use the Package Manager to add a dependency (how to know what modules are exposed?) 23 messages
New User 0.13.x
async await 3 messages
convert float to int 4 messages
Copy an Element out of Allocated Memory 7 messages
New User Answered 0.13.x