首页
社区
课程
招聘
这是什么c++原型
发表于: 2015-9-18 19:37 5764

这是什么c++原型

2015-9-18 19:37
5764
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >
hopper里面翻译出的类型,这在c++里面的原型是什么,不是std::string 因为我用tweak写过测试,std:string类型 编译后在hopper里面反编译出来还是std::string

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 11
活跃值: (94)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
string 类型的  string.c_str();
2015-9-18 19:58
0
雪    币: 25
活跃值: (100)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
hopper里面是这样的 void parse(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)

那如果是string.c_str() 那类型该怎么写呢,在我理解c_str()是成员函数 要写出类型不知道怎么写 ,本人比较愚昧。
2015-9-18 20:46
0
雪    币: 212
活跃值: (106)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
查以前贴,有详细说明,就是use namespacee std,std:string,上msdn查下资料吧
2015-9-23 19:17
0
游客
登录 | 注册 方可回帖
返回
//