zig-help
Slice-by-length won't panic on out of range
Answered
Comparing enum values
Answered
0.13.x
I don't get error handling.
0.11.x
New User
Zig Pointers (curiosity)
New User
DOS development
[CODE_REVIEW] Snake game
error: unable to resolve inferred error set
0.13.x
Updating mach glfw version made my zig no longer able to find it.
Compare c char* to zig string
New User
How can I check the os during a test?
Answered
Can't debug.print in tests anymore?
*const Foo or Foo for large Foo?
Is it possible to get a pointer to the middle of a slice?
New User
Answered
"undefined symbol" when trying to use C code in my ZIG file
Answered
How to not capture stdout/stderr when executing run artifact with addOutputFileArg arguments?
Implementing a C header
Answered
compiling error with a test
What are those comma separated file scope attributes called?
Answered
@intFromEnum either segfaults or returns a seemingly random value
nested union magic
Answered
Newb Question: Import External lib
Include path ignored for import C
`error: found another zig file after root source file` using `build-exe -M`
Answered
main-mod-path (yet again)
Are include paths broken for C on latest Zig?
`std.build.FileSource.relative`
Complex return type ABI
Answered
How do I do a bitwise right shift that extends the MSB sign bit ?
Answered
Is there a way to get more verbose error messages?
Many ifs and returns, is there a better way to write this?
Answered
How can i link static library after building to exe?
Does the zig build tool has a watch command for monitoring file changes?
Answered
Backtracing
Trying to init a struct with a field named opaque
0.11.x
Answered
zzplot help needed, cant get the plot to appear
New User
Answered
Undefined symbol: WinMain in Win32 Application
Is it possible to declare a function parameter of a slice type with a fixed length?
Answered
How to set include Path for zig packages using libc
Trying to build raylib test app
typeName to verify runtime type info
New User
Answered
0.13.x
zig-gamedev failed compiling a sample
Compiler
New User
`std.os.system` vs `std.os.linux` vs `@cImport`
Why does my application build as a 32 bit?
Answered
Question about Arrays (Const vs Var)
New User
type does not support array initialization syntax
Answered
@cImport 0 to null
Answered
cannot switch on strings
Answered
executing shell commands
ArrayList.append panic
Answered
Trying to import C files to my zig project