Click here to Skip to main content
16,016,501 members

Comments by Eliteknites (Top 2 by date)

Eliteknites 10-May-11 8:31am View    
typeid is keyword only.. but it returning type_info reference.. i am talking about type_info class.. in that class implementation copy constructor and operator= is in private mode.. so it is not possible to create a object for that class.. i am asking how typeid is internally creating object for the type_info class?
Eliteknites 10-May-11 4:52am View    
Fine.. how internally object is created to type_info? wheather it uses singleton mechanism? or something else ah?