![]() |
How can we get type information when doing Windows native mode programming ?
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 |
| All times are GMT +5.5. The time now is 14:55. |