Reading structs (that have Variable Length Arrays) from a buffer
|
|
3
|
71
|
July 12, 2025
|
Help converting u8 to string
|
|
20
|
424
|
July 11, 2025
|
Generate functions during comptime
|
|
4
|
74
|
July 11, 2025
|
How can I use comparison operators with custom struct
|
|
4
|
71
|
July 11, 2025
|
Should I mix use `std.heap.c_allocator` with other std.heap allocators when linking libc?
|
|
8
|
91
|
July 11, 2025
|
And + or + brackets problem?
|
|
3
|
178
|
July 10, 2025
|
How to replace C++ operator overloading in Zig?
|
|
12
|
338
|
July 10, 2025
|
Compiler ignoring switch branches that can error
|
|
4
|
128
|
July 9, 2025
|
Math with signed / unsigned
|
|
10
|
286
|
July 9, 2025
|
Short math notation, casting, clarity of math expressions
|
|
42
|
1728
|
July 9, 2025
|
Zls LSP not displaying enum/union functions?
|
|
4
|
175
|
July 9, 2025
|
Problem about converting from slice to sentinal terminated slice
|
|
8
|
110
|
July 7, 2025
|
How are big integer literals treated?
|
|
10
|
143
|
July 6, 2025
|
Signed/Unsigned casting madness (and possible workaround)
|
|
2
|
107
|
July 6, 2025
|
Which arguments for deinit (or other invalidating functions)?
|
|
33
|
464
|
July 6, 2025
|
Generic function call or generic function wrapper
|
|
5
|
90
|
July 5, 2025
|
Initializer of comptime-only union 'builtin.Type' must be comptime-known?
|
|
2
|
56
|
July 5, 2025
|
Need help type casting
|
|
13
|
317
|
July 4, 2025
|
Determine if enum value is _
|
|
2
|
141
|
July 4, 2025
|
Comptime commandline builder
|
|
5
|
125
|
July 3, 2025
|
When to use a struct vs a struct pointer
|
|
18
|
429
|
July 2, 2025
|
Optional generic argument
|
|
24
|
543
|
July 2, 2025
|
Creating a constant tree structure
|
|
1
|
100
|
July 2, 2025
|
Error when passing a slice to `@memCopy`?
|
|
4
|
176
|
July 1, 2025
|
Return void; is a compiler error while return; works
|
|
2
|
88
|
July 1, 2025
|
Zig's memory model
|
|
2
|
209
|
July 1, 2025
|
How do I pass a multidimensional slice to a generic function?
|
|
20
|
427
|
July 1, 2025
|
Segmentation fault when building from source
|
|
2
|
162
|
June 30, 2025
|
Math perfect hash question
|
|
13
|
504
|
June 30, 2025
|
Labeled switch: glitch?
|
|
2
|
124
|
June 29, 2025
|