Entity name collision and scope of variables, constants and functions
|
|
46
|
542
|
May 7, 2025
|
Tag type (bit size) of std.mem.Alignment
|
|
3
|
139
|
May 5, 2025
|
Calling zig function from Cpp
|
|
1
|
116
|
May 4, 2025
|
Optional tagged union
|
|
6
|
268
|
May 2, 2025
|
Writting to stdout as soon as possible
|
|
5
|
225
|
May 2, 2025
|
What's the difference between GenericWriter(Reader) and bufferedWriter(Reader) for console input and output and files?
|
|
1
|
107
|
May 1, 2025
|
Vscode copilot
|
|
5
|
250
|
May 1, 2025
|
Comptime iterator
|
|
2
|
132
|
April 29, 2025
|
Comptime system calls
|
|
6
|
224
|
April 29, 2025
|
Performance characteristics of globals vs passing singletons?
|
|
8
|
228
|
April 28, 2025
|
Is this an abuse of decl literals?
|
|
5
|
178
|
April 28, 2025
|
Are memory pool same as Arena's in Zig?
|
|
4
|
254
|
April 28, 2025
|
What is the best way to handle having Slices/ArrayList as a struct member?
|
|
9
|
167
|
April 28, 2025
|
Is there a data structure for known size but with allocation on demand if usage exceed the known size?
|
|
2
|
145
|
April 28, 2025
|
Function pointers: can we create a var function pointer?
|
|
2
|
131
|
April 28, 2025
|
std.StringHashMap example: Why do I need to manage memory of key and not value?
|
|
3
|
110
|
April 27, 2025
|
Runtime integer type, behaves like comptime_int
|
|
11
|
201
|
April 27, 2025
|
Sockets with std.net in Zig 0.13.0
|
|
13
|
1098
|
April 27, 2025
|
When and how is memory released by library calls such as std.fmt.allocPrint
|
|
2
|
119
|
April 27, 2025
|
Dead Code: Comments or Conditional Compilation?
|
|
13
|
225
|
April 26, 2025
|
Very Cursed Syntax (sry I had to share)
|
|
14
|
668
|
April 26, 2025
|
Ergonomics of ArrayListUnmanaged
|
|
7
|
333
|
April 24, 2025
|
`while` loops: why count in the continue expression and leave the body empty?
|
|
2
|
195
|
April 18, 2025
|
How do deal with Zig error not being to contain data?
|
|
6
|
287
|
April 17, 2025
|
Asking "xAI/grok" a question about "Hello World!" syntax in Zig
|
|
7
|
250
|
April 16, 2025
|
Compile Boot Sector Games?
|
|
7
|
158
|
April 16, 2025
|
Why do some builtins use result types and others don't?
|
|
2
|
174
|
April 15, 2025
|
What makes "ban returning pointer to stack memory" difficult?
|
|
70
|
1672
|
April 14, 2025
|
Why allow cyclic imports?
|
|
9
|
378
|
April 12, 2025
|
Why does Zig not compile some files
|
|
5
|
384
|
April 12, 2025
|