zig-help

21196 threads · Page 415 of 424

Questions about `zig build` 33 messages
struct member function still needs to be called with arg, why 4 messages
Talk to USB devices 2 messages
Recursive Data Structure with Array Field 11 messages
Struct with multiple type 27 messages
How to get a zero terminated string out of realpath? 10 messages
Is there a binary serde library built in similar to std.json? 22 messages
Standard Library
piping stdin to a child process 6 messages
pointer arithmetic on many-pointers -- invalid operands to binary expression 'Pointer' and 'Pointer' 17 messages
Homebrew --HEAD install how to do? 22 messages
New User
How to debug a test with GDB 7 messages
New User
How can I have an assignment in a while loop expression? 105 messages
alignments and bytesAsSlice ?? 30 messages
In practice, how do you write doc comments? 13 messages
uninitialized variables 12 messages
what's the correct empty value of [*c]T? 14 messages
make zig build print compiler commands 2 messages
How do I divide by zero while making sure it's done at runtime? 114 messages
How can I coerce pointer of array of T to null-terminated slice of T? 11 messages
how to solve cast causes pointer to be null? 14 messages
Is there a builtin string builder-like data structure? 31 messages
base64 vs base58 18 messages
Zig in Debian and Linux 43 messages
Help to get more info of this compiler error 12 messages
Compiler New User
one single allocation --- to produce two slices ?? 18 messages
resolve a path with a '~' 32 messages
How do i make a list of strings? 20 messages
using free with arena allocator 32 messages
behaviour of `defer` with long jumps 34 messages
convert float vector to int vector and back 4 messages
Standard Library Compiler
Repeat comptime known slice 3 messages
is a string made by char str[] or string str? 25 messages
Cross-platform minimal window library 3 messages
LLVM Module Verification Failed 6 messages
less verbose build output 5 messages
Monomorphization and Debug Info 5 messages
Compiler
Help With Optimizing Cipher Implementation 10 messages
ld.lld errors when trying to compile with libsndfile 32 messages
How to return a specific type of the union depending on the union provided in the function ? 20 messages
Compiler
Initialize C structs in C or Zig style 8 messages
Is there a way to strip symbols in Zig preserving the unstripped binary? 8 messages
Exported Vectors 3 messages
How to make a library that can be called from python 52 messages
Generating standalone header files 5 messages
Passing allocators 24 messages
What does .{} do in zig 28 messages
Does ziglang can import or export C library without external module? 7 messages
New User
defer vs return sequencing 2 messages
turning a nullable [*c]u8 into a optional sentinel-terminated multi-item pointer 6 messages
DynLib lookup() now errors on increased alignment 2 messages
Standard Library