首页
注册
登录
ruoshan 最近的时间轴更新
ruoshan
V2EX 第 45954 号会员,加入于 2013-09-25 17:06:11 +08:00
ruoshan
提问
技术话题
好玩
工作信息
交易信息
城市相关
ruoshan 最近回复了
2019-07-04 18:45:49 +08:00
回复了
fetich
创建的主题
›
C++
›
请教《C++ Primer》一书中有关显式类型转换的问题
string 的构造函数有一个是这个:
`basic_string( const CharT* s, const Allocator& alloc = Allocator() );`
static_cast<std::string>(cp) 和 std::string(cp) 是一样的效果.
你可以编译一下 `g++ -std=c++11 -g -S
x.cc
` 看一下 `x.s`. 他们两个编译出来的代码是一样的.
»
ruoshan 创建的更多回复
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1308 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 10ms ·
UTC 18:04
·
PVG 02:04
·
LAX 10:04
·
JFK 13:04
Developed with
CodeLauncher
♥ Do have faith in what you're doing.