A
amey kale
i want to create template in managed c++.
i have created code like this--
template<class t>
void function(t a __gc[])
{.........}
but compiler is giving me error.
so is threre in any way to create template in managed c++
thank you
i have created code like this--
template<class t>
void function(t a __gc[])
{.........}
but compiler is giving me error.
so is threre in any way to create template in managed c++
thank you