Hello everyone,


For the MSDN template sample,

http://msdn2.microsoft.com/en-us/library/w98s4hs8.aspx

My questions are,

1. does void
Code:
f(char) { printf_s("f(char)\n");}
or
Code:
g('c');
instantise function g to parameter type char?

2. "This can cause overloads to be declared after the template (but before the template is instantiated) to be seen." What does this mean?


thanks in advance,
George