搜索
编程论坛
→
开发语言
→
C++论坛
→
『 C++教室 』
→ 如何将char数组转成string
标题:
如何将char数组转成string
取消只看楼主
ziwojieshao
等 级:
新手上路
帖 子:17
专家分:0
注 册:2009-6-5
结帖率:
57.14%
楼主
已结贴
√
问题点数:20 回复次数:0
如何将char数组转成string
int a = 10;
char b[4];
memcpy(b, &a, 4);
for(int i=0; i<4; i++)
printf("%X",b+i);
程序大致流程见上。打印出的效果为10的十六进制00 00 00 0A
string a;
请问如何转化才能让a=“00 00 00 0A
搜索更多相关主题的帖子:
string
char
2009-07-23 14:21
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-280276-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.232855 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved