zig-help
Undeclared identifier
Static Library with ZigCC on cli
Answered
Still unable to link non-system .so file in zig
Answered
.so files in 0.13?
Access Fuzz input that caused failure
[solved] How to manage a C api that has a TON of global state in C
Answered
string to cstring
Any sort of interface-style equivalent?
0.14.x
how can i cancel my thread
Getting a negative number from two u64 addresses
New User
Compiler
Answered
0.13.x
Does the size of an array affect the compilation time with --release=fast
Answered
duplicate sym __stack_chk_fail when linking libc++ in exe and static library dependency for wasm
Answered
Need help regarding shadowing of struct fields.
New User
Answered
C++ std::format equivalent in zig
Standard Library
New User
Answered
why do I still get a leak?
question about zig zen no.8
Answered
would it be a good idea to use one arena for every variable I have?
Answered
how its work?
fault when accessing returned struct field
0.14.x
How to gracefully handle ctrl+c for exiting a while loop
Answered
Zig build with C/C++: Emitting GDB debug symbols
Build System
Zig Build: Building C++ with address sanitization
Answered
Can the fields on a struct affect how fast a method executes?
Answered
Emplace/ Move
Answered
Is `x / @as(2, i32)` the best way to divide a i32 var?
New User
Answered
Generate inline recursive call
New User
Answered
0.13.x
append comptime value to string literal?
Answered
Any way to rewrite this ugly looking casting from ints to floats?
New User
translate-c always fails
Compiler
New User
Answered
Implementing a comptime generic queue with member functions
New User
Answered
Different views on the same packed struct bits via unnamed structs and unions, possible?
non-blocking read file/stream read?
The things that i'm worrying about Ziglang
Curious about Ast
how to split on whitespace
Answered
Is it possible to cast a u8 to a struct like this?
New User
TLSInitializationFailed fetching from TLS1.3 sources
0.14.x
How zig compiler works
Compiler
New User
Answered
Removing items from an ArrayList
how to retrieve a value from ParseFromSlice
writing onto a Stream in a thread safe way
can you override builtin.panic.*
Segmentation fault using ArrayList in struct
Standard Library
New User
why do I get panic: incorrect alignment?
Answered
Why can't arrays be used in packed structs?
how to find out if something is an instance of a struct
Answered
how to clear a complex datastructure all in once?
Answered
Why would I ever use AutoHashMap instead of AutoArrayHashMap?
Standard Library
stdin.read 4bytes array
how to add a build_options field that's the result of a b.addSystemCommand ?