Does anyone know a better way? What even is the go-to solution here? Should I distribute libcxx*.so along with the executable?
#cpp #c++ #linux
This is an attempt to implement Rust-like behaviour in C++ - an object cannot be implicitly copied, it must be done explicitly through the clone() method.
This is an attempt to implement Rust-like behaviour in C++ - an object cannot be implicitly copied, it must be done explicitly through the clone() method.
(Odin)
turns out the largest part of the code was dedicated to parsing the input because the solution was so simple
(Odin)
turns out the largest part of the code was dedicated to parsing the input because the solution was so simple
(Odin)
i managed to solve pt. 1 and pt. 2 in exactly the same way.
the 1st image is just defining the masks, the 2nd and 3rd are the actual algorithm
(Odin)
i managed to solve pt. 1 and pt. 2 in exactly the same way.
the 1st image is just defining the masks, the 2nd and 3rd are the actual algorithm
(Odin)
just a quick solution, don't have time for anything clever
(Odin)
just a quick solution, don't have time for anything clever
(Odin)
what i like about odin is that it's simple like C but more sensibly designed
(Odin)
what i like about odin is that it's simple like C but more sensibly designed