摘要:
std::strncpyC++Strings libraryDefined in header<cstring>char*strncpy(char*dest,constchar*src,std::size_tcount);Ifcountis reached before the entire stringsrcwas copied, the resulting character array is not null-terminated.Copies at mostcountcharacters of the byte string pointed to bysrc(includi 阅读全文
posted @ 2012-07-20 16:02
NLP新手
阅读(697)
评论(0)
推荐(0)
浙公网安备 33010602011771号