Short math notation, casting, clarity of math expressions
|
|
29
|
622
|
May 13, 2025
|
Merging Two Sorted Linked Lists in Zig
|
|
5
|
107
|
May 12, 2025
|
Vscode outline does not show structs, only functions
|
|
2
|
99
|
May 12, 2025
|
Zig for Scripting & PoC(& everything)?
|
|
5
|
221
|
May 12, 2025
|
Zig async implementation
|
|
15
|
863
|
May 11, 2025
|
Best representation for a 225 bits bitboard
|
|
8
|
289
|
May 10, 2025
|
Need help: How to make functions with different parameters achieve the effect of mutual tail recursive calls?
|
|
7
|
207
|
May 10, 2025
|
How to trigger the fuzzer loop?
|
|
2
|
137
|
May 9, 2025
|
Printing declartion to file
|
|
2
|
75
|
May 9, 2025
|
Converting a C API to Zig with the help of comptime
|
|
18
|
621
|
May 9, 2025
|
Implementing "resource deallocation must succeed"
|
|
4
|
215
|
May 9, 2025
|
Writing runtime-extensible code in Zig is massively inconvenient
|
|
20
|
336
|
May 9, 2025
|
Why no non-short-circuit bitwise operators for booleans?
|
|
10
|
302
|
May 8, 2025
|
Size Of Struct Member
|
|
7
|
125
|
May 8, 2025
|
Choosing the right function at runtime based on boolean
|
|
11
|
276
|
May 8, 2025
|
Rationale behind order of error as a return
|
|
27
|
354
|
May 8, 2025
|
[Error] panic: switch on corrupt value | Working with pointers in Zig
|
|
7
|
135
|
May 7, 2025
|
Understanding when passing a pointer to a struct is needed and when its not
|
|
7
|
203
|
May 7, 2025
|
Entity name collision and scope of variables, constants and functions
|
|
46
|
526
|
May 7, 2025
|
Enforcing read only struct fields
|
|
8
|
240
|
May 7, 2025
|
Should I use a linked list?
|
|
5
|
338
|
May 6, 2025
|
Initializing a pointer to an arraylist
|
|
2
|
96
|
May 5, 2025
|
How to initialize array at runtime indexed by enum
|
|
5
|
89
|
May 4, 2025
|
Can statements be re-ordered by the compiler?
|
|
2
|
120
|
May 4, 2025
|
Calling zig function from Cpp
|
|
1
|
109
|
May 4, 2025
|
How to assert if a particular allocation was made in tests
|
|
7
|
94
|
May 3, 2025
|
Newbie: How to deal with a !? type?
|
|
10
|
261
|
May 3, 2025
|
Optional tagged union
|
|
6
|
255
|
May 2, 2025
|
Completely ridiculous?
|
|
15
|
493
|
May 1, 2025
|
What's the difference between GenericWriter(Reader) and bufferedWriter(Reader) for console input and output and files?
|
|
1
|
103
|
May 1, 2025
|