由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - c++里如何判断是哪种object?
相关主题
A C++ runtime type casting questiontypeid produces a reference to a static type_info
pointer to class, which class?[合集] Google C++ Coding Standard
问一个OOP的C++问题template: return true if T is int
How to check the virtual function table size?有段c++代码看不懂
c vs c++请帮忙确认一下C++中变量地址的数据类型。
继承应该在什么场合用?问个char * 的问题
有大侠讲讲RTTI和exception的问题么?c++小问题
用惯了RTTI,不让用好难啊请教显示object name的问题(c++)
相关话题的讨论汇总
话题: do话题: object话题: 哪种话题: c++话题: laziness
进入Programming版参与讨论
1 (共1页)
h**o
发帖数: 347
1
并以此写switch
q*****g
发帖数: 72
2
don't do this, use polymorphism instead.
if you really want to do this, use RTTI, such as typeid operator.

【在 h**o 的大作中提到】
: 并以此写switch
h**o
发帖数: 347
3
i see, i should try avoid being lazy...

【在 q*****g 的大作中提到】
: don't do this, use polymorphism instead.
: if you really want to do this, use RTTI, such as typeid operator.

q*****g
发帖数: 72
4
it seems to me that it has nothing to do with laziness.

【在 h**o 的大作中提到】
: i see, i should try avoid being lazy...
N********n
发帖数: 8363
5
try visitor pattern

【在 h**o 的大作中提到】
: 并以此写switch
1 (共1页)
进入Programming版参与讨论
相关主题
请教显示object name的问题(c++)c vs c++
C++0x继承应该在什么场合用?
c++ template跟RTTI扯得上吗?有大侠讲讲RTTI和exception的问题么?
说几个backend从C++导向Java的知名公司吧用惯了RTTI,不让用好难啊
A C++ runtime type casting questiontypeid produces a reference to a static type_info
pointer to class, which class?[合集] Google C++ Coding Standard
问一个OOP的C++问题template: return true if T is int
How to check the virtual function table size?有段c++代码看不懂
相关话题的讨论汇总
话题: do话题: object话题: 哪种话题: c++话题: laziness