+ 2
Why template function is not taking string as argument ? Thanks :D
example : when I included string header and iostream template <class T,class T1> void funtion(T a,T1 b) { } int main() { int a;string b; function( a, b); }
2 odpowiedzi
+ 1
to feel free can anyone write code for my question plz ?