2011 年 02 月 16 日 by Quicl c++求一个数组的长度 用c++求一个数组的长度,相信很多初学者会想到用strlen()函数,但是strlen()函数是求一个字符串的长度的,而不是求一个数组的长度。 要求一个数组的长度,可以是如下的代码: Continue reading →