44问答网
所有问题
c/c++ 中哪些运算符是看起来类似函数的?例如new,sizeof之类。
如题所述
举报该问题
推荐答案 2011-03-27
static_cast <type_id> (expression)
reinterpret_cast<type_id> (expression)
const_cast<type_id> (expression)
dynamic_cast < type-id > ( expression )
温馨提示:答案为网友推荐,仅供参考
当前网址:
http://44.wendadaohang.com/zd/GVVZY6YKG.html
其他回答
第1个回答 2011-03-27
C+=中的操纵符 , -> ,类型转换等都是函数调用形式
相似回答
大家正在搜