zig-help
Any issue using std.testing.expectEqualStrings outside tests?
Answered
Confusion about Memory leak.
New User
do translate c step with the flag `-lcurses`
Build System
0.14.x
Answered
Where are the built-in function apis?
Answered
[solved] How to get the `0` of a `[:0]u8` while iterating
0.14.x
Standard Library
master
Answered
What allocators should I be using?
Standard Library
master
New User
Self vs @This
encode / decode base64 how to ?
0.14.x
Standard Library
New User
Cannot build `concord` C library using build.zig
Build System
0.14.x
Default Search Paths On Windows
Build System
Answered
how do you create a multidimensional dynamic array in zig
0.14.x
Standard Library
New User
Answered
should I have sentinel value on every unused position after the first one?
New User
[SOLVED] Compiler crash on Windows when building vulkan-zig
Build System
Compiler
Answered
@intFromFloat not invoking safety checked illegal behaviour as expected
Answered
Named parameters - possible?
0.15.0 -ODebug - large (~2.5x) performance drop
executing a system command or something
How are these two lines in Random.zig is this allowed?
Simple work with arrays
how to iterate over both indexes and values in enumarray?
Answered
error: comptime dereference requires '?f128' to have a well-defined layout
0.14.x
Answered
help with comptime reflection
Answered
type of built-in streams ( stdin, stdout, stderr, file.writer, etc )
0.14.x
Standard Library
New User
why is simd slower in this case?
0.14.x
New User
Answered
memory leak inside http client?
How do I dereference an **anyopaque
Answered
root namespace functions vs. struct methods
Answered
How to format file.mode() like rw-r--r-
Answered
correct mapping of c bitfields
Concise way to cast arrays
0.14.x
New User
Answered
so...the null-terminator is the zero at the end? [9:0]
0.14.x
New User
Use async/thread from zig runtime or libuv?
0.14.x
New User
Answered
Accessing shared allocator
Is it better to have a pointer to a union or a union of pointers
Answered
Get the user assigned variable name
master
New User
Answered
Creating a runtime struct
0.14.x
[solved] Mysterious issue when writing an ArrayList.clone function
Answered
How to write an ArrayList.contains function
0.14.x
Standard Library
master
Unable to resolve comptime value with std.mem.eql
0.14.x
Standard Library
New User
Answered
Easier ways to set slice pointers
New User
0.13.x
Do we have compound literals, esp. for array assignment?
Can i get shellcode on comptime/runtime?
New User
generate spirv without int64 feature
C to Zig conversion error?
Linking with C code weird?
Aside from the tests in the stdlib, how do you use the AES GCM mode in the standard library?
What is the correct hash/data structure in zig to use when keys are already hashes?
@intFromFloat must have a known result type
New User
Dangling pointer?
Answered
Dynamically check each enum field tagname
New User