"Jyotirmoy Das" <Jyotirmoy_Das@xxxxxxxxxxx> 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