2016年8月29日
摘要: 头文件: #include <cstdio> snprintf 函数原型: int snprintf(char *str, size_t size, const char *format, ...) 详解: (1) 如果格式化后的字符串长度 < size,则将此字符串全部复制到str中,并给其后添加 阅读全文
posted @ 2016-08-29 18:38 情月 阅读(1236) 评论(0) 推荐(0)