How can we get type information when doing Windows native mode programming ?

Newbie Member
1Jun2011,15:49   #1
unmeshjoshi's Avatar
Hello all,
I want to write generic function e.g. compare, which will work in native mode applications. I need to find out the type of parameters passed to this function.
Based on their type I would use memcmp, strcmp or custom function.


when I tried including typeinfo.h and using typeid operator, It did not work out.
Is there any other way out?

thanks in advance
Trojosh