curious about this part, so in C#, `Array.Length` is the size in bytes, but in C++ it's `sizeof(arra
curious about this part, so in C#,
Array.Length
is the size in bytes, but in C++ it's sizeof(array)
?
0 Replies