zig-help
Get addCSourceFiles to accept different file extensions
Answered
function evaluated as comptime expression despite non-comptime arguments and return type
Calling zig from dotnet via [Dllimport] on Windows - AccessViolationException when allocating
Linking Libs
Futex for thread synchronization, sometimes slow
Can't return generic type
Answered
Compiling stage3 uses more than 60 gb ram
Why doesn't Zig allow pointer comparison for similar types
why zig is always using only 1 thread?
Trying to use C `stdout`
anyopaque ? What's that ?
Zig Crypto Wierd output text
pass param to resume
Workaround auto detecting return type
New User
Answered
trying to create a triangle using ZGL and mach GLFW
Atomics help needed
Answered
AppendBuffer datatype
New User
Answered
Nested test fails to find package with zig test
New User
Difference between for loops
Answered
Issues using stb lbirary in zig
how to link libc statically
Answered
Storing a string transformed into a rich data structure at comptime
Compile-time final output of a zig file?
Compile-time function returning strings
New User
Answered
How to debug UB
get mutable ptr from nulable variable
Answered
Can someone explain to me why I am getting this error?
Answered
Pointer arithmetic help
New User
Answered
Is there a way to compile C code with system headers included but without linking to libc.
Answered
Return NULL?
Answered
quoting some identifiers no longer required?
why is slice[slice.len..] valid?
how to copy an array into a function without specifying the size
Answered
comptime exceeds branches on decl
Answered
(AoC) dynamic loading?
Strengths of Zig
New User
Answered
inline for - how to omit a capture?
New User
Answered
Why does `std.fs.cwd().realpath(pathname, out_buffer)` create the full path twice?
using `embedFile` on an artifact generated by build.zig
Answered
comptime function parameter with inferred error set
How to pass a zig function pointer to a C when the function type has varargs?
Answered
Linked .so symbols mismatch when compiling c++ source with android NDK
New User
Answered
Returning pointer to local fixed-size list and modifying items
New User
Answered
Is it possible to see and step C compiled code with Zig in VSCode debugguer ?
Answered
Where does the builtin embedFile fn store the data
StructField of Tuple aka how to convert into to string?
Answered
Return Tuple from function
Answered
`error FileLocksNotSupported`
Format printing binary digits with all trailing zeros
Answered
for 1 to 100 without while?