overload with template functionReally appreciate.
overload with template functionVery impressive. Really nice of you. Thank you! Actually I have been learning C++ for months, but di...
overload with template functionAs what you said,[code]const char *&[/code] is a reference to const char *, and [code]char* const&[/...
overload with template functionLet's sum it up : [code]#include <iostream> template<typename T> int compare( T&, T& ) { std::cout ...
overload with template function[code]compare2( ch_arr1, ch_arr2 ) ; [/code] Do that count as char[6] to const char (&)[6] conversio...