Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~155 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for zhangshi

Hi, I have a question about the RTTI library typeinfo. I used typeinfo to qurry the type of an int as in the following, ... #include <typeinfo> .... int i; cout << typeid.name(); ... This is suppose to produce int as output but instead I got i, the name of …

Member Avatar for BlackDice
0
155