会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
阿汤的博客
CnBlogs
Home
New Post
Contact
Admin
Subscription
2016年11月3日
C++ 安全拼接字符串函数
void SafeStrAppend(char buf[], const uint32_t maxBufSize, uint32_t &offset, const char *format, ...) { if (offset < maxBufSize) { va_list ap; va_start(ap, format); off...
Read More
posted @ 2016-11-03 21:33 你好阿汤哥
Views(1189)
Comments(0)
Diggs(0)
Edit
公告