Is there any way to address this?
Ziggit
Is there any way to address this?
Currently I’m doing a little project to learn Zig and network protocols, TCP, UDP, IRC, Tor, etc., and, doing a practical implementation: a file-transfer application, but i had an issue when it iterates over the arguments of the program to read the files to send: // --cut-- var buff = gpa.create([1.5*GB]u8) catch @panic("unhandled memory allocation error in main.evalArgs()."); defer gpa.destroy(buff); print(" \x1b[3;...
0 comments
No comments yet.