Using static libraries
|
|
3
|
273
|
August 21, 2024
|
When is comptime annotation required
|
|
6
|
197
|
August 20, 2024
|
Should I be using Zig Master or the latest tagged release?
|
|
9
|
361
|
August 20, 2024
|
Why are there both std.math.F and @F?
|
|
6
|
214
|
August 19, 2024
|
GeneralPurposeAllocator leak explanation
|
|
7
|
128
|
August 18, 2024
|
First time working with allocators, I am misunderstanding something?
|
|
6
|
90
|
August 18, 2024
|
What are .fieldname
|
|
7
|
171
|
August 16, 2024
|
Is assigning `&.{}` to a slice valid(memory safe)?
|
|
1
|
125
|
August 16, 2024
|
How to read the build.zig file
|
|
6
|
191
|
August 15, 2024
|
Heap allocated struct with default null value Segfaults
|
|
7
|
108
|
August 14, 2024
|
Why is allocator an interface?
|
|
12
|
449
|
August 12, 2024
|
Old style interfaces with and without wrappers
|
|
1
|
111
|
August 12, 2024
|
Writes, Syscalls, and Buffering
|
|
16
|
166
|
August 10, 2024
|
Anyerror!void versus !void
|
|
15
|
290
|
August 10, 2024
|
Why is the result of @bitSizeOf target-specific?
|
|
2
|
144
|
August 10, 2024
|
Please explain the inline example to me
|
|
2
|
139
|
August 5, 2024
|
Why can't @import take a string literal at compile-time?
|
|
8
|
479
|
August 4, 2024
|
Actually Portable Executable (APE) with Zig
|
|
2
|
341
|
August 4, 2024
|
Does cImport really work at the file level?
|
|
1
|
126
|
August 4, 2024
|
Are there support for iterator adaptors and consumers in the standard library?
|
|
3
|
114
|
August 3, 2024
|
Understanding error: value with comptime-only type 'comptime_int' depends on runtime control flow
|
|
1
|
110
|
August 3, 2024
|
How can static memory allocation work for a system like TigerBeetle?
|
|
3
|
204
|
August 3, 2024
|
What does it mean when people say a file is a struct in Zig
|
|
2
|
242
|
August 2, 2024
|
Why doesn't Zig optimize this, whereas the C compiler does?
|
|
13
|
447
|
July 30, 2024
|
How to compare c_short and c_int?
|
|
2
|
119
|
July 28, 2024
|
Types in zig
|
|
7
|
468
|
July 27, 2024
|
How to learn about mutexes and lock-free design?
|
|
7
|
573
|
July 27, 2024
|
Updating a field in a comptime struct (part 2)
|
|
6
|
149
|
July 25, 2024
|
Why no builtin string type?
|
|
8
|
1040
|
July 24, 2024
|
What is root.zig?
|
|
3
|
957
|
July 23, 2024
|