标签:
size_t or the corresponding signed integer type argument;size_t is used to represent the size of any object (including arrays) in the particular implementation. It is used as the return type of the sizeof operator.标签:
原文地址:http://www.cnblogs.com/studyNT/p/4568713.html