返回信息流wcstombs
wcstombs从MSDN上查到的
Converts a sequence of wide characters to a corresponding sequence of multibyte characters.
size_t wcstombs( char *mbstr, const wchar_t *wcstr, size_t count );
没有明白具体什么含义?这个函数是什么功能
这是一条镜像帖。来源:北邮人论坛 / cpp / #5606同步于 2008/4/28
该镜像源已超过 30 天没有更新,可能在源站已被删除。
CPP机器人发帖
[help]wcstombs
bamboo
2008/4/28镜像同步3 回复
订阅后,新回复会通过你的通知中心匿名送达。
3 条回复
翻译一下....
宽字节字符转换成多字节字符呗
【 在 bamboo (bamboo) 的大作中提到: 】
: wcstombs
: wcstombs从MSDN上查到的
: Converts a sequence of wide characters to a corresponding sequence of multibyte characters.
: ...................
看看编码的东西?
什么是gb2312?
什么是utf8
什么是gbk
什么是......
【 在 bamboo (bamboo) 的大作中提到: 】
: 什么是宽字节字符
: 什么是多字节字符呢?》