zig-help
[solved] error: File not utf8 <0xAA>
Answered
alternative to anytype param
Answered
Whats the best way to write a in-out decoder?
What does .cwd_relative actually mean?
Build System
Answered
0.13.x
recursive struct parsing
Answered
How to install Zig 0.14 from Source?
Build System
New User
Preferred way to create local functions or anoymus args?
Answered
VSCode codeActionsOnSave: difference between explicit and always
I cant figure out why anyopaque won't work
Answered
Is `std.io.StreamSource` recommended and generally useful?
Standard Library
Problems with pointer allocation
New User
Finding indices of the set bits
Answered
Zig compiles C++ jthread with errors
Build System
Answered
Struct that I only know the size of at runtime
Casting index of a for loop with @intCast
Answered
zig build is recompiling the build script on every run
Build System
How can I have a build step depend on the contents of a directory?
Build System
New User
Answered
I couldn't get the HTTPS request to work. Failed Miserably
Answered
*Self not working
0.14.x
inline asm struggles
Answered
Freestanding SourceLocation
0.14.x
How do i check if the target CPU supports BMI2?
Answered
one if statement is making all the difference
Standard Library
Answered
0.13.x
Storing 16-character long string in packed struct as u128 -> Adding std.debug.print() fixes error?
New User
Standard Library
Answered
0.13.x
Running tests in VS Code using the Zig Language extension on Windows 11
0.14.x
New User
Pong Game Weird Window Resizing (Windows)
Method code generation
Comptime cross-compilation build target detection?
Build System
New User
Answered
0.13.x
building zig's compiler with PIE
Answered
Is it possible to std.debug.print a struct but have the field values print out as hexadecimal?
malloc(): corrupted top size
Compiler
0.13.x
Auto initialize an array
New User
How does freeing an array work at the end of scope?
how does cwd() work?
0.14.x
Standard Library
New User
Answered
Prevent import of page allocator when using GPA
Standard Library
curl not found when compiling, on Windows
0.13.x
How do you declare a string that will be sent to a c function?
How to write a custom hash function ?
Check for Function side effects in Zig. Possible?
0.14.x
0.13.x
Why is the CPU variable a different color than the rest?
Declaring a bufferedReader, what is the different between these?
Standard Library
Answered
Are Zig tests run on parallel?
Answered
Cannot compile C++ when the OS is set to Windows XP
Build System
New User
Is it possible to tell if a function's argument is comptime known?
Answered
Is it possible to get a return type for the feature based on what type of value is assigned a value?
Standard Library
pg.zig random incorrect alignment crash
Zig ScyllaDB driver
How do you `std.mem.sort()` when using comptime?
How to clone ArrayList( ArrayList(T) )
0.14.x
Standard Library
0.13.x
How to return an array of string to replace in them later ?