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)
?
unknown.png
Was this page helpful?