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