Note that this only works in C , because T[] and T[N] are compatible types. C++ does not have a concept of compatible types, and so it will reject that code, ...
確定! 回上一頁