Tema: C++ vs. C#
Ver Mensaje Individual
  #36 (permalink)  
Antiguo 28/03/2006, 15:48
Avatar de X.Cyclop
X.Cyclop
Usuario baneado!
 
Fecha de Ingreso: diciembre-2005
Ubicación: México, D.F.
Mensajes: 1.328
Antigüedad: 18 años, 11 meses
Puntos: 0
Ah ok.

RTTI
Cita:
Iniciado por Wikipedia
Runtime Type Information (RunTime Type Identification) is information about an object's datatype that is set into memory at runtime.
Run Time Type Information is a computer programming term used to identify that a given language has the ability to determine the type of a program's object/variable at runtime.

Although available in most computer languages, RTTI, as a term, is typically used in relation to C++. In order for the dynamic_cast<> operation to work in C++, RTTI must be enabled.