zig-help
How can I track the number of times a struct instance calls a method at compile time?
0.14.x
New User
Answered
How to "hold" a debug allocator
How to do zig build run --watch?
0.14.x
New User
Answered
Why is zig-cache so large?
Issues with c-string typing
0.14.x
New User
Answered
Segmentation fault at address in random places when use llvm backend
0.14.x
Compiler
Answered
How to import header files with convoluted file structure ?
Answered
How to detect if macro is defined in system headers?
Build System
New User
Help me understand why the same condition expressed differently has different values
Answered
ArrayListUnmanaged.deinit on default initialized list
0.14.x
Standard Library
Answered
How to @cInclude a header that isn't in the working directory ?
Answered
Raylib build times
Stop zig tests runner on first error
0.14.x
Standard Library
master
Answered
Function unexpectedly loses comptime context
Answered
Field type inference doesn't work with anonymous struct
Build System
0.14.x
Compiler
Answered
Conditional compilation for c source
Build System
0.14.x
Answered
Translate C macro to zig: cast to extern union
Creating packed struct with a number of elements
0.14.x
Translating a hash from std.crypto.hash.* to hex
Answered
Is `usingnamespace` planned for removal?
Answered
simple bit stuff
Answered
which of these two would be faster?
Curious error removing `usingnamespace`
Answered
How to do this in runtime?
0.14.x
New User
Answered
What is [*] const u8 and when should I use it?
0.14.x
New User
Answered
Calling zig http fetch from a zig static library linked to a dll with mingw crashes
How to use uwebsockets in zig
Passing arguments to `zig` itself from `zig cc/c++`
Cannot resolve comptime value from a comptime function
0.14.x
Check if something can be trivally cast (before actually trying to cast)
Answered
Slice from one item?
0.14.x
Best Practices advice
Function that create Structs instance
New User
Answered
How to free a many pointer type?
Using defer free with variables that get updated?
How to auto re-run a test on save?
0.14.x
New User
Many valgrind errors with linked C library at optimize=ReleaseXXX
Compiler
0.13.x
Info on how I should be using C in Zig?
Build System
master
New User
Failing to build ZGPU and Dawn for x86_64 Windows
Build System
master
Answered
How can I create warnings at compile time? Is it possible?
Answered
What's the best way to access/use GPU linear algebra in zig?
cannot serialize custom struct using std.zon.stringify
New User
Answered
TicketSpinLock atomic orderings
Answered
Function stubber
iterate over files in a directory in build.zig
Reader from []u8
is this the correct way to check typeInfo struct field defaultValue()?
Cast Slice to Array
Canonical way to check if a slice is all zeros?
0.14.x
Answered
Help with understanding allocators
0.14.x
Standard Library
New User