User profile: kakyleung

User info
User name:kakyleung
History
Joined:
Number of posts:7
Latest posts:

overload with template function
Really appreciate.

overload with template function
Very impressive. Really nice of you. Thank you! Actually I have been learning C++ for months, but di...

overload with template function
As what you said,[code]const char *&[/code] is a reference to const char *, and [code]char* const&[/...

overload with template function
Let'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...