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
相关文章
相关标签/搜索