std::string str = "hello world" + 'b';

std::string str = "hello world" + 'b';

这是个很无聊的题目,"hello world"是一个char*,‘b’被提升为一个int,因此这是一个合法的表达式。

posted @ 2011-10-29 17:28  qsort  阅读(679)  评论(0编辑  收藏  举报