c++ how to get the length of a pointer array? - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
c++ how to get the length of a pointer array? - Stack Overflow
You can't, I'm afraid. You need to pass the length of the array to anyone who
needs it. Or you can use a std::array or std::vector or similar, which keep ...