zig-help

21196 threads · Page 61 of 424

Easy way to initialize an array 10 messages
Elegant solution to transfer ownership of ArenaAllocator across threads? 15 messages
Standard Library
[solved] Running WASM at runtime as a VM 2 messages
master
General protection exception ArrayList.append 100 messages
How to translate only the header and compile the C file 3 messages
Build System
Reference to another member during init 18 messages
How do I debug a compile error after upgrading from 0.14 to 0.15 5 messages
Idiomatic 0.15.1 writer usage for writing to a file 11 messages
Questions about comptime tagging a struct. 5 messages
master Compiler New User
Really struggling to understand C and Zig interop with strings Anytype to c string 3 messages
stdout.flush returns WriteFailed 4 messages
Standard Library
SIGPIPE when trying to serve file in an HTTP server with sendFile 3 messages
Saturating Add in pointer backed @Vector 14 messages
Build System Compiler
is this UB/bad practice? 42 messages
storing type-erased ArrayHashMaps 25 messages
what does hashmap(u8, void) look like under the hood 7 messages
error: use of undeclared identifier 'errno' (and friends) 4 messages
Build System Standard Library Compiler
Compiling Zig to wasm for browser 22 messages
How to stream file content to ArrayList writer in version 0.15.1? 11 messages
Standard Library master
Referencing generics in other structs 8 messages
@embedFile with a LazyPath 5 messages
How to read an `http.Server` request body into an `ArrayList`? 8 messages
Http request 5 messages
Allowing a function to be called on a const and non-const struct 7 messages
Is there a way to Poll the new std.Io.Reader and std.Io.Writer interfaces? 6 messages
Standard Library master New User
How to use cpp file and .h in Zig 37 messages
Best way to achieve concurrency? 19 messages
Clarification about binary sizes 4 messages
packed struct alignment 32 messages
What's the best project to break down for learning? 19 messages
New User
Formatting a slice/array of floats 5 messages
Questions about Zig's SSA 36 messages
Compiler
[solved] Translate C buildsystem step 34 messages
Build System Standard Library master
cImport is successful but all symbols are undefined when building 68 messages
Build System Compiler New User
How to check if a type of `anytype` value was a string? 6 messages
Dir walker skip files/directories 2 messages
[Solved] Zig Raylib memory management 13 messages
[solved] String reader / Reader of a string 11 messages
Standard Library New User
[solved] How to link zig-assimp 6 messages
local library 5 messages
0.14.x
Why doesn't `net.Server.connection.stream.writer()` have an interface? 23 messages
Why does std.net.Stream.reader take a buffer when all read* functions either take a buffer or alloc? 5 messages
[Solved] How to use 'std.DynLib' 10 messages
Standard Library master
Comptime code cannot be resolved error on non-comptime code? 16 messages
master
some stupid memory issues 9 messages
Can I construct a structure that is identical to a non-pub structure in a library and guarantee its 3 messages
best way to do build-time config, the zig way 4 messages
Build System
[fixed]~~*anyopaque~~ wgl function return gone horribly wrong 97 messages
wrap many catches into one block? 21 messages
Help Using std.posix.mmap 3 messages
Standard Library