How to know the type of variable at run time??
-
Hi All, I am using VC++ MFC Application. I want to know the typeof my variable at run time, how can I do that? I hope it is possible with the typeof operator, but it gives me error like this identifier not found.So, is it possible with VC++ to use something like typeof operator?? Thanks in Advance.
Ashish Bhatt
-
Hi All, I am using VC++ MFC Application. I want to know the typeof my variable at run time, how can I do that? I hope it is possible with the typeof operator, but it gives me error like this identifier not found.So, is it possible with VC++ to use something like typeof operator?? Thanks in Advance.
Ashish Bhatt
-
Hi All, I am using VC++ MFC Application. I want to know the typeof my variable at run time, how can I do that? I hope it is possible with the typeof operator, but it gives me error like this identifier not found.So, is it possible with VC++ to use something like typeof operator?? Thanks in Advance.
Ashish Bhatt
ashishbhatt wrote:
I hope it is possible with the typeof operator
Where is that function? Or did u mean
typeid()
?nave [OpenedFileFinder]
-
Hi All, I am using VC++ MFC Application. I want to know the typeof my variable at run time, how can I do that? I hope it is possible with the typeof operator, but it gives me error like this identifier not found.So, is it possible with VC++ to use something like typeof operator?? Thanks in Advance.
Ashish Bhatt
Mark Salsbery Microsoft MVP - Visual C++ :java: