zig-help

21196 threads · Page 83 of 424

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