>But in this case C isn't even any different, so this tangent is irrelevant anyway. If you take a struct by value in C it, drum roll, copies it! Not quite, in C you know that the most that can happen is a memcpy() call…
>But in this case C isn't even any different, so this tangent is irrelevant anyway. If you take a struct by value in C it, drum roll, copies it! Not quite, in C you know that the most that can happen is a memcpy() call…