C++核心準則邊譯邊學-I.13 不要直接使用指針傳遞數組

I.13: Do not pass an array as a single pointer(不要直接使用指針傳遞數組) Reason(緣由)express (pointer, size)-style interfaces are error-prone. Also, a plain pointer (to array) must rely on some convention to allow
相關文章
相關標籤/搜索