This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Alternative of dynamic_cast


"Jyotirmoy Das" <Jyotirmoy_Das@infosys.com> writes:

> I don't want to use dynamic_cast. Is there any alternative of
> dynamic_cast which has the same functionality ?

No.

> Or any pointer to write the implementation of dynamic_cast in class
> or as global function ?

Not possible in a portable way. Why not just use dynamic_cast?

-- 
	Falk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]