zig-help

21196 threads · Page 345 of 424

compile C dll and include zig headers 36 messages
New User Answered 0.13.x
Is linkLibC implicitly linked in? 7 messages
0.10.x Compiler New User Standard Library Answered
arrays in packed structures 12 messages
0.13.x
print 59 messages
Preferred method of reading specific number of bytes into ArrayList? 7 messages
Answered
The new @ptrCast and @alignCast builtin changes? 6 messages
Compiler Answered 0.13.x
Tuples/Anonymous structs as fields in struct 10 messages
0.13.x
Create an array but I only know the size at runtime 4 messages
@bitCast size mismatch 6 messages
Answered
Setting up Ziglings 8 messages
New User Answered
Getting segfault while trying to grab input from console 21 messages
Answered
`packed struct` not so packed? 50 messages
What's the "correct" way to allow the user to specify library/include paths in build.zig? 2 messages
Allocator with custom alloc, free, resize function for developing a GC 16 messages
Standard Library Answered New User 0.13.x
How can I catch signal and send it to child process 3 messages
Error building Mac binary 5 messages
Does a fn type contain the ptr? 18 messages
Tests Failing on certain Build conditions 2 messages
New User 0.13.x
Freeing memory after concatenating strings 9 messages
New User Answered
Compile / Test failed without message // Comptime allocation? 4 messages
Compiler New User 0.13.x
How to ignore some Enumeration values in `switch` 3 messages
New User Answered 0.13.x
Extending (Tagged) Union? 29 messages
New User 0.13.x
Error 8 messages
New User
Error Building C++ as Main File 3 messages
0.13.x
Is there a way to make a type that is the exact same as another, but not assignable? 6 messages
New User 0.13.x
What is the best way to read an abitrary number of bits from a buffer in zig 14 messages
is the result of @bitCast'ing a packed struct endian-dependent by default? 5 messages
Returning std.os.gethostname() value in struct results in garbage 3 messages
0.10.x Standard Library New User Answered
Building zig fails in docgen (via `make install`) 5 messages
0.13.x
Hiding raylib console + inverted textures 2 messages
Answered
Annoying Issue with ZLS and Neovim 10 messages
Help reducing compiler bug 34 messages
Compiler 0.13.x
Is it possible to add functions to comptime generated structs? 4 messages
How would I execute shell scripts in zig 39 messages
zgui - dear imgui ... simple example of working code? 3 messages
Answered
Is `inline fn` equivalent to `@call` with `.always_inline`, or does it just inline if possible? 11 messages
mem.reverse acting weird 5 messages
Answered
install 19 messages
Is this code guaranteed to behave as expected? 13 messages
Answered
how does comptime behave now? 24 messages
0.13.x
Lifetime of stack variables in inline functions 18 messages
New User Answered
std.mem.concat test 18 messages
Answered
Cant index for loop 33 messages
Variable length struct? 36 messages
Answered
building multiple sources in single build.zig using a loop? 22 messages
Answered
How to export and use a library in zig? 4 messages
Answered
Array of unknown size in the struct. 5 messages
New User 0.13.x
Which allocator to use for fs.path.join etc. 2 messages
New User Answered 0.13.x
What are @workGroupId and friends for? 8 messages
How do I flush std.debug.print with zig build test ? 3 messages
New User