Man this was like the only instance that was accepting new members at the time and tbh it’s been failing to load stuff half the time now, which instance should I switch to that’s actually accepting new members?
Also any good mobile clients with a local history? I’m so tired of Voyager just throwing away posts that I try to go back to read, absolutely no way to go find it again


Yeah this is how it was for me when I first started C++, I was use to any object beyond a simple 3D vector to always be passed by reference
And then I read a C++ book my uncle gave me during a flight and realized that there isn’t any syntax for passing a parameter by copy, so obviously that’d have to be the default behavior and I’ve been passing by reference ever since